Home
last modified time | relevance | path

Searched refs:NV12PlaneIdx (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.h46 virtual SmartPtr<CLImage> get_geo_input_image (NV12PlaneIdx index) = 0;
47 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index) = 0;
101 virtual SmartPtr<CLImage> get_geo_input_image (NV12PlaneIdx index) { in get_geo_input_image()
105 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index) { in get_geo_output_image()
Dcl_fisheye_handler.h98 virtual SmartPtr<CLImage> get_geo_input_image (NV12PlaneIdx index);
99 virtual SmartPtr<CLImage> get_geo_output_image (NV12PlaneIdx index);
110 SmartPtr<CLImage> &get_input_image (NV12PlaneIdx index) { in get_input_image()
114 SmartPtr<CLImage> &get_output_image (NV12PlaneIdx index) { in get_output_image()
Dcl_fisheye_handler.cpp542 CLFisheyeHandler::get_geo_input_image (NV12PlaneIdx index) { in get_geo_input_image()
547 CLFisheyeHandler::get_geo_output_image (NV12PlaneIdx index) { in get_geo_output_image()
/external/libxcam/xcore/
Dxcam_std.h41 enum NV12PlaneIdx { enum