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

/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h85 mColorFormat(colorFormat),
102 mColorFormat(0),
133 uint32_t mColorFormat; member in class:ISVBuffer
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxEnc.h170 vpx_img_fmt_t mColorFormat; member in struct:android::C2SoftVpxEnc
/hardware/google/av/media/sfplugin/
H A DCodec2Buffer.cpp219 mColorFormat(colorFormat),
263 switch (mColorFormat) {
344 ALOGD("Converter: incompactible color format (%d) for YUV layout", mColorFormat);
352 ALOGD("Converter: incompactible color format (%d) for YUVA layout", mColorFormat);
357 switch (mColorFormat) {
364 ALOGD("Converter: incompactible color format (%d) for RGB layout", mColorFormat);
376 switch (mColorFormat) {
384 ALOGD("Incompactible color format (%d) for RGBA layout", mColorFormat);
478 int32_t mColorFormat; ///< SDK color format for MediaImage member in class:android::__anon279::GraphicView2MediaImageConverter

Completed in 82 milliseconds