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

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp48 int halFormat = ovutils::getHALFormat(destWhf.format); local
51 destWhf.w, destWhf.h, halFormat, alW, alH);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
56 halFormat, alW, alH);
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
65 halFormat, alW, alH);
H A DoverlayRotator.cpp49 int halFormat = ovutils::getHALFormat(destWhf.format); local
52 destWhf.w, destWhf.h, halFormat, alW, alH);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.cpp49 int halFormat = ovutils::getHALFormat(destWhf.format); local
52 destWhf.w, destWhf.h, halFormat, alW, alH);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayRotator.cpp49 int halFormat = ovutils::getHALFormat(destWhf.format); local
52 destWhf.w, destWhf.h, halFormat, alW, alH);
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp279 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
280 switch (halFormat) {
289 default: return get_format(halFormat);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp281 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
282 switch (halFormat) {
291 default: return get_format(halFormat);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp277 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
278 switch (halFormat) {
287 default: return get_format(halFormat);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp281 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
282 switch (halFormat) {
291 default: return get_format(halFormat);

Completed in 223 milliseconds