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

  /external/libxcam/xcore/
xcam_std.h 42 NV12PlaneYIdx = 0,
  /external/libxcam/modules/ocl/
cl_geo_map_handler.cpp 48 SmartPtr<CLImage> input_y = _handler->get_geo_input_image (NV12PlaneYIdx);
50 SmartPtr<CLImage> output_y = _handler->get_geo_output_image (NV12PlaneYIdx);
258 cl_desc.row_pitch = in_info.strides[NV12PlaneYIdx];
259 _input[NV12PlaneYIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneYIdx]);
272 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx];
273 _output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneYIdx]);
279 _input[NV12PlaneYIdx].ptr () && _input[NV12PlaneYIdx]->is_valid () &
    [all...]
cl_fisheye_handler.cpp 80 SmartPtr<CLImage> input_y = _handler->get_input_image (NV12PlaneYIdx);
82 SmartPtr<CLImage> output_y = _handler->get_output_image (NV12PlaneYIdx);
248 cl_desc.row_pitch = in_info.strides[NV12PlaneYIdx];
249 _input[NV12PlaneYIdx] = convert_to_climage (context, input, cl_desc, in_info.offsets[NV12PlaneYIdx]);
263 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx];
264 _output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneYIdx]);
273 cl_desc.row_pitch = out_info.strides[NV12PlaneYIdx];
274 _output[NV12PlaneYIdx] = convert_to_climage (context, output, cl_desc, out_info.offsets[NV12PlaneYIdx])
    [all...]
  /external/libxcam/modules/soft/
cv_capi_feature_match.cpp 50 int offset = info.strides[NV12PlaneYIdx] * crop_rect.pos_y + crop_rect.pos_x;
56 image_buffer[offset + i * info.strides[NV12PlaneYIdx] + j];

Completed in 1074 milliseconds