Searched refs:YUV420SP (Results 1 – 6 of 6) sorted by relevance
20 enum class ColorFormat { YUV420SP = 0, RGBA8888, BGRA8888 }; enumerator41 ColorFormat colorForamt = ColorFormat::YUV420SP;
21 enum class ColorFormat { YUV420SP = 0, RGBA8888, BGRA8888 }; enumerator
51 color_ = ColorFormat::YUV420SP; in CodecHdiEncode()612 if (color_ == ColorFormat::YUV420SP) { in GetInputBufferSize()
52 color_ = ColorFormat::YUV420SP; in CodecHdiDecode()
324 param.format.video.eColorFormat = AV_COLOR_FORMAT; // 输出数据格式设置为YUV420SP
324 param.format.video.eColorFormat = AV_COLOR_FORMAT; // Set the output data format to YUV420SP.