Home
last modified time | relevance | path

Searched refs:VP9Profile0 (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dformat.rs41 VP9Profile0 = VIRTIO_VIDEO_PROFILE_VP9_PROFILE0, enumerator
85 VP9Profile0 | VP9Profile1 | VP9Profile2 | VP9Profile3 => Format::VP9, in to_format()
108 (VP9Profile0, VP9Profile0),
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_encoder.cpp26 constexpr int32_t VP9Profile0 = 0x01; variable
79 return VP9Profile0; in GetProfile()
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs22 Format::VP9 => libvda::Profile::VP9Profile0, in try_from()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs729 Some(Format::VP9) => Profile::VP9Profile0, in get_control()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaCodecUtil.java1111 VP9_PROFILE_NUMBER_TO_CONST.put(0, CodecProfileLevel.VP9Profile0);