HomeSort by relevance Sort by last modified time
    Searched refs:NV12PlaneUVIdx (Results 1 - 3 of 3) sorted by null

  /external/libxcam/xcore/
xcam_std.h 43 NV12PlaneUVIdx,
  /external/libxcam/modules/ocl/
cl_geo_map_handler.cpp 49 SmartPtr<CLImage> input_uv = _handler->get_geo_input_image (NV12PlaneUVIdx);
51 SmartPtr<CLImage> output_uv = _handler->get_geo_output_image (NV12PlaneUVIdx);
265 cl_desc.row_pitch = in_info.strides[NV12PlaneUVIdx];
266 _input[NV12PlaneUVIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneUVIdx]);
275 cl_desc.row_pitch = out_info.strides[NV12PlaneUVIdx];
276 _output[NV12PlaneUVIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneUVIdx]);
280 _input[NV12PlaneUVIdx].ptr () && _input[NV12PlaneUVIdx]->is_valid () &
    [all...]
cl_fisheye_handler.cpp 81 SmartPtr<CLImage> input_uv = _handler->get_input_image (NV12PlaneUVIdx);
83 SmartPtr<CLImage> output_uv = _handler->get_output_image (NV12PlaneUVIdx);
255 cl_desc.row_pitch = in_info.strides[NV12PlaneUVIdx];
256 _input[NV12PlaneUVIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneUVIdx]);
266 cl_desc.row_pitch = out_info.strides[NV12PlaneUVIdx];
267 _output[NV12PlaneUVIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneUVIdx]);
276 cl_desc.row_pitch = out_info.strides[NV12PlaneUVIdx];
277 _output[NV12PlaneUVIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneUVIdx])
    [all...]

Completed in 728 milliseconds