Searched refs:gof_ (Results 1 – 3 of 3) sorted by relevance
336 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()
118 GofInfoVP9 gof_; // Contains each frame's temporal information for variable
234 webrtc::GofInfoVP9 gof_; // Contains each frame's temporal information for member in webrtc_jni::MediaCodecVideoEncoder497 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()