Lines Matching refs:CLImage
98 virtual SmartPtr<CLImage> get_geo_input_image (NV12PlaneIdx index);
99 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index);
100 virtual SmartPtr<CLImage> get_geo_map_table () { in get_geo_map_table()
106 virtual SmartPtr<CLImage> get_lsc_table ();
110 SmartPtr<CLImage> &get_input_image (NV12PlaneIdx index) { in get_input_image()
114 SmartPtr<CLImage> &get_output_image (NV12PlaneIdx index) { in get_output_image()
119 SmartPtr<CLImage> create_cl_image (
151 SmartPtr<CLImage> _geo_table;
152 SmartPtr<CLImage> _lsc_table;
153 SmartPtr<CLImage> _input[NV12PlaneMax];
154 SmartPtr<CLImage> _output[NV12PlaneMax];