Lines Matching refs:coding
145 const char *mpp_get_platform_dev_name(MppCtxType type, MppCodingType coding, RK_U32 platform) in mpp_get_platform_dev_name() argument
150 (coding == MPP_VIDEO_CodingAVC || in mpp_get_platform_dev_name()
151 coding == MPP_VIDEO_CodingHEVC || in mpp_get_platform_dev_name()
152 coding == MPP_VIDEO_CodingAVS2 || in mpp_get_platform_dev_name()
153 coding == MPP_VIDEO_CodingVP9)) { in mpp_get_platform_dev_name()
156 (coding == MPP_VIDEO_CodingHEVC)) { in mpp_get_platform_dev_name()
159 (coding == MPP_VIDEO_CodingAVS)) { in mpp_get_platform_dev_name()
162 (coding == MPP_VIDEO_CodingAVC)) { in mpp_get_platform_dev_name()
165 (coding == MPP_VIDEO_CodingHEVC)) { in mpp_get_platform_dev_name()
178 const char *mpp_get_vcodec_dev_name(MppCtxType type, MppCodingType coding) in mpp_get_vcodec_dev_name() argument
188 else if (coding == MPP_VIDEO_CodingHEVC && type == MPP_CTX_DEC) in mpp_get_vcodec_dev_name()
208 if (coding == MPP_VIDEO_CodingHEVC && type == MPP_CTX_DEC) in mpp_get_vcodec_dev_name()
221 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
222 coding == MPP_VIDEO_CodingHEVC)) in mpp_get_vcodec_dev_name()
224 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
226 else if (type == MPP_CTX_DEC && coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
239 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
240 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
241 coding == MPP_VIDEO_CodingVP9)) in mpp_get_vcodec_dev_name()
254 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
255 coding == MPP_VIDEO_CodingHEVC)) in mpp_get_vcodec_dev_name()
257 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
271 if (coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
276 if (coding == MPP_VIDEO_CodingAVS) in mpp_get_vcodec_dev_name()
278 else if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
279 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
293 if (coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
298 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
299 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
300 coding == MPP_VIDEO_CodingVP9) { in mpp_get_vcodec_dev_name()
313 if (coding == MPP_VIDEO_CodingAVC) { in mpp_get_vcodec_dev_name()
318 } else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
329 if (coding == MPP_VIDEO_CodingAVC || coding == MPP_VIDEO_CodingHEVC) { in mpp_get_vcodec_dev_name()
334 } else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
347 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
348 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
349 coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
351 else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
356 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
357 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
359 else if (coding == MPP_VIDEO_CodingMJPEG || in mpp_get_vcodec_dev_name()
360 coding == MPP_VIDEO_CodingVP8) in mpp_get_vcodec_dev_name()
375 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
376 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
377 coding == MPP_VIDEO_CodingAVS2 || in mpp_get_vcodec_dev_name()
378 coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
380 else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
385 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
386 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
388 else if (coding == MPP_VIDEO_CodingMJPEG || in mpp_get_vcodec_dev_name()
389 coding == MPP_VIDEO_CodingVP8) in mpp_get_vcodec_dev_name()
399 dev = mpp_get_platform_dev_name(type, coding, vcodec_type); in mpp_get_vcodec_dev_name()