Lines Matching refs:coding
138 const char *mpp_get_platform_dev_name(MppCtxType type, MppCodingType coding, RK_U32 platform) in mpp_get_platform_dev_name() argument
143 (coding == MPP_VIDEO_CodingAVC || in mpp_get_platform_dev_name()
144 coding == MPP_VIDEO_CodingHEVC || in mpp_get_platform_dev_name()
145 coding == MPP_VIDEO_CodingAVS2 || in mpp_get_platform_dev_name()
146 coding == MPP_VIDEO_CodingVP9)) { in mpp_get_platform_dev_name()
149 (coding == MPP_VIDEO_CodingHEVC)) { in mpp_get_platform_dev_name()
152 (coding == MPP_VIDEO_CodingAVS)) { in mpp_get_platform_dev_name()
155 (coding == MPP_VIDEO_CodingAVC)) { in mpp_get_platform_dev_name()
158 (coding == MPP_VIDEO_CodingHEVC)) { in mpp_get_platform_dev_name()
171 const char *mpp_get_vcodec_dev_name(MppCtxType type, MppCodingType coding) in mpp_get_vcodec_dev_name() argument
181 else if (coding == MPP_VIDEO_CodingHEVC && type == MPP_CTX_DEC) in mpp_get_vcodec_dev_name()
201 if (coding == MPP_VIDEO_CodingHEVC && type == MPP_CTX_DEC) in mpp_get_vcodec_dev_name()
214 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
215 coding == MPP_VIDEO_CodingHEVC)) in mpp_get_vcodec_dev_name()
217 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
219 else if (type == MPP_CTX_DEC && coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
232 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
233 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
234 coding == MPP_VIDEO_CodingVP9)) in mpp_get_vcodec_dev_name()
247 (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
248 coding == MPP_VIDEO_CodingHEVC)) in mpp_get_vcodec_dev_name()
250 else if (type == MPP_CTX_ENC && coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
264 if (coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
269 if (coding == MPP_VIDEO_CodingAVS) in mpp_get_vcodec_dev_name()
271 else if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
272 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
286 if (coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
291 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
292 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
293 coding == MPP_VIDEO_CodingVP9) { in mpp_get_vcodec_dev_name()
306 if (coding == MPP_VIDEO_CodingAVC) { in mpp_get_vcodec_dev_name()
311 } else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
322 if (coding == MPP_VIDEO_CodingAVC || coding == MPP_VIDEO_CodingHEVC) { in mpp_get_vcodec_dev_name()
327 } else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
341 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
342 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
343 coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
345 else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
350 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
351 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
353 else if (coding == MPP_VIDEO_CodingMJPEG || in mpp_get_vcodec_dev_name()
354 coding == MPP_VIDEO_CodingVP8) in mpp_get_vcodec_dev_name()
369 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
370 coding == MPP_VIDEO_CodingHEVC || in mpp_get_vcodec_dev_name()
371 coding == MPP_VIDEO_CodingAVS2 || in mpp_get_vcodec_dev_name()
372 coding == MPP_VIDEO_CodingVP9) in mpp_get_vcodec_dev_name()
374 else if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
379 if (coding == MPP_VIDEO_CodingAVC || in mpp_get_vcodec_dev_name()
380 coding == MPP_VIDEO_CodingHEVC) in mpp_get_vcodec_dev_name()
382 else if (coding == MPP_VIDEO_CodingMJPEG || in mpp_get_vcodec_dev_name()
383 coding == MPP_VIDEO_CodingVP8) in mpp_get_vcodec_dev_name()
392 if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
397 if (coding == MPP_VIDEO_CodingMJPEG) in mpp_get_vcodec_dev_name()
407 dev = mpp_get_platform_dev_name(type, coding, vcodec_type); in mpp_get_vcodec_dev_name()