Searched refs:mVideoColorFormat (Results 1 – 2 of 2) sorted by relevance
91 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()
59 int32_t mVideoColorFormat; variable