Home | History | Annotate | Download | only in ocl

Lines Matching refs:NV12PlaneUVIdx

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 () &&
282 _output[NV12PlaneUVIdx].ptr () && _output[NV12PlaneUVIdx]->is_valid ());