Searched refs:pixelFormatSupportted (Results 1 – 2 of 2) sorted by relevance
80 static const CodecPixelFormatConvertTbl pixelFormatSupportted[] = { variable173 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[i].rgaFormat; in ConvertMppFormat2RgaFormat()