Home | History | Annotate | Download | only in camera

Lines Matching full:src_desc

1626     const PIXFormat* src_desc = _get_pixel_format_descriptor(pixel_format);
1627 if (src_desc == NULL) {
1645 switch (src_desc->format_sel) {
1648 RGBToRGB(src_desc->desc.rgb_desc, dst_desc->desc.rgb_desc,
1652 RGBToYUV(src_desc->desc.rgb_desc, dst_desc->desc.yuv_desc,
1663 YUVToRGB(src_desc->desc.yuv_desc, dst_desc->desc.rgb_desc,
1667 YUVToYUV(src_desc->desc.yuv_desc, dst_desc->desc.yuv_desc,
1678 BAYERToRGB(src_desc->desc.bayer_desc, dst_desc->desc.rgb_desc,
1682 BAYERToYUV(src_desc->desc.bayer_desc, dst_desc->desc.yuv_desc,