Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc190 _codecSpecificInfo.codecSpecific.VP9.gof.CopyGofInfoVP9( in CopyCodecSpecific()
Dgeneric_encoder.cc73 rtp->codecHeader.VP9.gof.CopyGofInfoVP9(info->codecSpecific.VP9.gof); in CopyCodecSpecific()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h129 void CopyGofInfoVP9(const GofInfoVP9& src) { in CopyGofInfoVP9() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc648 vp9_info->gof.CopyGofInfoVP9(gof_); in PopulateCodecSpecific()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc953 info.codecSpecific.VP9.gof.CopyGofInfoVP9(gof_); in DeliverPendingOutputs()