Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h166 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile);
Dcommon.cpp256 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile) { in VideoCodecProfileToType() function
Dvideo_decoder_e2e_test.cpp88 ASSERT_NE(VideoCodecProfileToType(video_codec_profile_), VideoCodecType::UNKNOWN); in ParseTestVideoData()
Dmediacodec_decoder.cpp90 VideoCodecType type = VideoCodecProfileToType(profile); in Create()