Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/include/
Dvp9_globals.h138 void CopyGofInfoVP9(const GofInfoVP9& src) { in CopyGofInfoVP9() function
/external/webrtc/modules/video_coding/
Dencoded_frame.cc131 _codecSpecificInfo.codecSpecific.VP9.gof.CopyGofInfoVP9( in CopyCodecSpecific()
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc375 info.codecSpecific.VP9.gof.CopyGofInfoVP9(gof_); in ParseCodecSpecificInfo()
/external/webrtc/call/
Drtp_payload_params.cc81 vp9_header.gof.CopyGofInfoVP9(info.codecSpecific.VP9.gof); in PopulateRtpWithCodecSpecifics()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1196 vp9_info->gof.CopyGofInfoVP9(gof_); in PopulateCodecSpecific()