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

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DDrmConfig.cpp78 uint32_t DrmConfig::convertHalFormatToDrmFormat(uint32_t halFormat) argument
80 switch (halFormat) {
84 ETRACE("format %#x isn't supported by drm", halFormat);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDrmConfig.h38 static uint32_t convertHalFormatToDrmFormat(uint32_t halFormat);
/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/msm8909/liboverlay/
H A DoverlayRotator.cpp71 int halFormat = ovutils::getHALFormat(destWhf.format); local
74 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdpRot.cpp63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
65 halFormat, alW, alH);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
74 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/msm8994/liboverlay/
H A DoverlayRotator.cpp71 int halFormat = ovutils::getHALFormat(destWhf.format); local
74 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdpRot.cpp63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
65 halFormat, alW, alH);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format); local
74 halFormat, alW, alH);
/hardware/interfaces/audio/2.0/default/
H A DStream.cpp173 audio_format_t halFormat = mStream->get_format(mStream); local
174 _hidl_cb(halSampleRate, AudioChannelMask(halMask), AudioFormat(halFormat));
/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/msm8909/libcopybit/
H A Dcopybit_c2d.cpp280 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
281 switch (halFormat) {
290 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/msm8994/libcopybit/
H A Dcopybit_c2d.cpp282 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
283 switch (halFormat) {
292 default: return get_format(halFormat);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
286 switch (halFormat) {
295 default: return get_format(halFormat);
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp285 static int get_c2d_format_for_yuv_destination(int halFormat) { argument
286 switch (halFormat) {
295 default: return get_format(halFormat);

Completed in 339 milliseconds