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

/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h44 OMX_COLOR_FORMATTYPE mColorFormat; member in class:android::SoftwareRenderer
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp43 mColorFormat = (OMX_COLOR_FORMATTYPE)tmp;
67 switch (mColorFormat) {
87 mColorFormat, OMX_COLOR_Format16bitRGB565);
166 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) {
195 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp59 mColorFormat(colorFormat),
69 meta->setInt32(kKeyColorFormat, mColorFormat);
121 int mColorFormat; member in class:DummySource
H A Drecord.cpp48 mColorFormat(colorFormat),
62 meta->setInt32(kKeyColorFormat, mColorFormat);
109 int mColorFormat;
/frameworks/av/include/media/stagefright/
H A DCameraSource.h142 int32_t mColorFormat; member in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp275 mColorFormat = getColorFormat(params.get(
277 if (mColorFormat == -1) {
549 mMeta->setInt32(kKeyColorFormat, mColorFormat);

Completed in 983 milliseconds