Lines Matching refs:NV12PlaneUVIdx
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]);
282 _input[NV12PlaneUVIdx].ptr () && _input[NV12PlaneUVIdx]->is_valid () &&
284 _output[NV12PlaneUVIdx].ptr () && _output[NV12PlaneUVIdx]->is_valid ());