Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc336 gof_.SetGofInfoVP9(kTemporalStructureMode1); in InitEncode()
343 gof_.SetGofInfoVP9(kTemporalStructureMode2); in InitEncode()
352 gof_.SetGofInfoVP9(kTemporalStructureMode3); in InitEncode()
633 static_cast<uint8_t>(frames_since_kf_ % gof_.num_frames_in_gof); in PopulateCodecSpecific()
634 vp9_info->temporal_up_switch = gof_.temporal_up_switch[vp9_info->gof_idx]; in PopulateCodecSpecific()
648 vp9_info->gof.CopyGofInfoVP9(gof_); in PopulateCodecSpecific()
Dvp9_impl.h118 GofInfoVP9 gof_; // Contains each frame's temporal information for variable
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc234 webrtc::GofInfoVP9 gof_; // Contains each frame's temporal information for member in webrtc_jni::MediaCodecVideoEncoder
497 gof_.SetGofInfoVP9(webrtc::TemporalStructureMode::kTemporalStructureMode1); in InitEncodeOnCodecThread()
946 static_cast<uint8_t>(gof_idx_++ % gof_.num_frames_in_gof); in DeliverPendingOutputs()
953 info.codecSpecific.VP9.gof.CopyGofInfoVP9(gof_); in DeliverPendingOutputs()