Home
last modified time | relevance | path

Searched refs:VideoCodecProfileToType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dcommon.h184 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile);
H A Dcommon.cpp271 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile) { in VideoCodecProfileToType() function
H A Dvideo_decoder_e2e_test.cpp88 ASSERT_NE(VideoCodecProfileToType(video_codec_profile_), VideoCodecType::UNKNOWN); in ParseTestVideoData()
H A Dmediacodec_decoder.cpp92 VideoCodecType type = VideoCodecProfileToType(profile); in Create()