Home
last modified time | relevance | path

Searched refs:mVideoColorFormat (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DPVSoftMPEG4Encoder.cpp91 mVideoColorFormat(OMX_COLOR_FormatYUV420SemiPlanar), in PVSoftMPEG4Encoder()
192 if (mVideoColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) { in initEncParams()
315 mVideoColorFormat = OMX_COLOR_FormatYUV420SemiPlanar; in setParameters()
439 if (mVideoColorFormat != OMX_COLOR_FormatYUV420Planar) { in encode()
DPVSoftMPEG4Encoder.h59 int32_t mVideoColorFormat; variable