Searched defs:src_surface_type (Results 1 - 3 of 3) sorted by relevance

/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/msm8974/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/msm8x26/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) {

Completed in 424 milliseconds