Lines Matching refs:MppDecHwCap
68 static const MppDecHwCap vdpu1 = {
86 static const MppDecHwCap vdpu1_2160p = {
104 static const MppDecHwCap vdpu1_jpeg_pp = {
122 static const MppDecHwCap vdpu2 = {
140 static const MppDecHwCap vdpu2_jpeg = {
158 static const MppDecHwCap vdpu2_jpeg_pp = {
176 static const MppDecHwCap vdpu2_jpeg_fix = {
194 static const MppDecHwCap vdpu2_jpeg_pp_fix = {
212 static const MppDecHwCap rk_hevc = {
230 static const MppDecHwCap rk_hevc_1080p = {
248 static const MppDecHwCap vdpu341 = {
266 static const MppDecHwCap vdpu341_lite = {
284 static const MppDecHwCap vdpu341_lite_1080p = {
302 static const MppDecHwCap vdpu341_h264 = {
321 static const MppDecHwCap vdpu34x = {
339 static const MppDecHwCap vdpu38x = {
357 static const MppDecHwCap vdpu382 = {
375 static const MppDecHwCap vdpu382_lite = {
393 static const MppDecHwCap avspd = {
411 static const MppDecHwCap rkjpegd = {
429 static const MppDecHwCap av1d = {
948 const MppDecHwCap *cap = soc_info->dec_caps[i]; in MppSocService()