Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_geo_map_handler.cpp48 SmartPtr<CLImage> input_y = _handler->get_geo_input_image (NV12PlaneYIdx); in prepare_arguments()
50 SmartPtr<CLImage> output_y = _handler->get_geo_output_image (NV12PlaneYIdx); in prepare_arguments()
258 cl_desc.row_pitch = in_info.strides[NV12PlaneYIdx]; in prepare_parameters()
259 …_input[NV12PlaneYIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneYIdx in prepare_parameters()
272 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx]; in prepare_parameters()
273 …_output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneY… in prepare_parameters()
279 _input[NV12PlaneYIdx].ptr () && _input[NV12PlaneYIdx]->is_valid () && in prepare_parameters()
281 _output[NV12PlaneYIdx].ptr () && _output[NV12PlaneYIdx]->is_valid () && in prepare_parameters()
Dcl_fisheye_handler.cpp80 SmartPtr<CLImage> input_y = _handler->get_input_image (NV12PlaneYIdx); in prepare_arguments()
82 SmartPtr<CLImage> output_y = _handler->get_output_image (NV12PlaneYIdx); in prepare_arguments()
248 cl_desc.row_pitch = in_info.strides[NV12PlaneYIdx]; in prepare_parameters()
249 …_input[NV12PlaneYIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneYIdx in prepare_parameters()
263 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx]; in prepare_parameters()
264 …_output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneY… in prepare_parameters()
273 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx]; in prepare_parameters()
274 …_output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneY… in prepare_parameters()
281 _input[NV12PlaneYIdx].ptr () && _input[NV12PlaneYIdx]->is_valid () && in prepare_parameters()
283 _output[NV12PlaneYIdx].ptr () && _output[NV12PlaneYIdx]->is_valid () && in prepare_parameters()
/external/libxcam/xcore/
Dxcam_std.h42 NV12PlaneYIdx = 0, enumerator
/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp50 int offset = info.strides[NV12PlaneYIdx] * crop_rect.pos_y + crop_rect.pos_x; in get_crop_image()
56 image_buffer[offset + i * info.strides[NV12PlaneYIdx] + j]; in get_crop_image()