Home
last modified time | relevance | path

Searched refs:pixelFormatSupportted (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c80 static const CodecPixelFormatConvertTbl pixelFormatSupportted[] = { variable
173 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertHdiFormat2RKFormat()
175 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RKFormat()
176 mppFmt = pixelFormatSupportted[i].mppFormat; in ConvertHdiFormat2RKFormat()
189 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertHdiFormat2RgaFormat()
191 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RgaFormat()
192 rgaFmt = pixelFormatSupportted[i].rgaFormat; in ConvertHdiFormat2RgaFormat()
205 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertMppFormat2RgaFormat()
207 if (pixelFormatSupportted[i].mppFormat == mppFmt) { in ConvertMppFormat2RgaFormat()
208 rgaFmt = pixelFormatSupportted[ in ConvertMppFormat2RgaFormat()
[all...]
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_config.c80 static const CodecPixelFormatConvertTbl pixelFormatSupportted[] = { variable
173 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertHdiFormat2RKFormat()
175 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RKFormat()
176 mppFmt = pixelFormatSupportted[i].mppFormat; in ConvertHdiFormat2RKFormat()
189 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertHdiFormat2RgaFormat()
191 if (pixelFormatSupportted[i].pixFormat == fmtHDI) { in ConvertHdiFormat2RgaFormat()
192 rgaFmt = pixelFormatSupportted[i].rgaFormat; in ConvertHdiFormat2RgaFormat()
205 int32_t count = sizeof(pixelFormatSupportted) / sizeof(CodecPixelFormatConvertTbl); in ConvertMppFormat2RgaFormat()
207 if (pixelFormatSupportted[i].mppFormat == mppFmt) { in ConvertMppFormat2RgaFormat()
208 rgaFmt = pixelFormatSupportted[ in ConvertMppFormat2RgaFormat()
[all...]

Completed in 3 milliseconds