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

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp1095 int src_surface_type; local
1215 src_surface_type = RGB_SURFACE;
1220 src_surface_type = YUV_SURFACE_2_PLANES;
1223 src_surface_type = YUV_SURFACE_3_PLANES;
1333 if (src_surface_type == RGB_SURFACE) {
1336 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp1101 int src_surface_type; local
1221 src_surface_type = RGB_SURFACE;
1226 src_surface_type = YUV_SURFACE_2_PLANES;
1229 src_surface_type = YUV_SURFACE_3_PLANES;
1339 if (src_surface_type == RGB_SURFACE) {
1342 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp1079 int src_surface_type; local
1199 src_surface_type = RGB_SURFACE;
1204 src_surface_type = YUV_SURFACE_2_PLANES;
1207 src_surface_type = YUV_SURFACE_3_PLANES;
1317 if (src_surface_type == RGB_SURFACE) {
1320 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp1076 int src_surface_type; local
1187 src_surface_type = RGB_SURFACE;
1192 src_surface_type = YUV_SURFACE_2_PLANES;
1195 src_surface_type = YUV_SURFACE_3_PLANES;
1305 if (src_surface_type == RGB_SURFACE) {
1308 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp1104 int src_surface_type; local
1224 src_surface_type = RGB_SURFACE;
1229 src_surface_type = YUV_SURFACE_2_PLANES;
1232 src_surface_type = YUV_SURFACE_3_PLANES;
1342 if (src_surface_type == RGB_SURFACE) {
1345 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp1099 int src_surface_type; local
1222 src_surface_type = RGB_SURFACE;
1227 src_surface_type = YUV_SURFACE_2_PLANES;
1230 src_surface_type = YUV_SURFACE_3_PLANES;
1341 if (src_surface_type == RGB_SURFACE) {
1344 } else if (src_surface_type == YUV_SURFACE_2_PLANES) {

Completed in 125 milliseconds