Home
last modified time | relevance | path

Searched refs:CodecSpecificInfoVP9 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h44 struct CodecSpecificInfoVP9 { struct
85 CodecSpecificInfoVP9 VP9; argument
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h46 struct CodecSpecificInfoVP9 { struct
87 CodecSpecificInfoVP9 VP9; argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc555 CodecSpecificInfoVP9* vp9_info = &(codec_specific->codecSpecific.VP9); in PopulateCodecSpecific()