Searched refs:format_sel (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-format-converters.c1521 PIXFormatSel format_sel; member in struct:PIXFormat
1645 switch (src_desc->format_sel) {
1647 if (dst_desc->format_sel == PIX_FMT_RGB) {
1651 } else if (dst_desc->format_sel == PIX_FMT_YUV) {
1657 __FUNCTION__, dst_desc->format_sel);
1662 if (dst_desc->format_sel == PIX_FMT_RGB) {
1666 } else if (dst_desc->format_sel == PIX_FMT_YUV) {
1672 __FUNCTION__, dst_desc->format_sel);
1677 if (dst_desc->format_sel == PIX_FMT_RGB) {
1681 } else if (dst_desc->format_sel
[all...]

Completed in 18 milliseconds