Home
last modified time | relevance | path

Searched refs:GofInfoVP9 (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/include/
Dvp9_globals.h43 struct GofInfoVP9 { struct
138 void CopyGofInfoVP9(const GofInfoVP9& src) { in CopyGofInfoVP9() argument
216 GofInfoVP9 gof;
/external/webrtc/modules/video_coding/
Drtp_frame_reference_finder.h75 GofInfo(GofInfoVP9* gof, uint16_t last_picture_id) in GofInfo()
77 GofInfoVP9* gof;
186 std::array<GofInfoVP9, kMaxGofSaved> scalability_structures_;
Drtp_frame_reference_finder_unittest.cc126 GofInfoVP9* ss = nullptr) { in InsertVp9Gof()
732 GofInfoVP9 ss; in TEST_F()
770 GofInfoVP9 ss; in TEST_F()
820 GofInfoVP9 ss; in TEST_F()
841 GofInfoVP9 ss; in TEST_F()
891 GofInfoVP9 ss; in TEST_F()
916 GofInfoVP9 ss; in TEST_F()
963 GofInfoVP9 ss; in TEST_F()
1013 GofInfoVP9 ss; in TEST_F()
1063 GofInfoVP9 ss; in TEST_F()
[all …]
Dframe_buffer.h62 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
Dsession_info.h69 void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
Dframe_buffer.cc63 void VCMFrameBuffer::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo()
Dsession_info.cc150 void VCMSessionInfo::SetGofInfo(const GofInfoVP9& gof_info, size_t idx) { in SetGofInfo()
Drtp_frame_reference_finder.cc503 GofInfoVP9 gof = codec_header.gof; in ManageFrameVp9()
/external/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h76 GofInfoVP9 gof;
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.h98 GofInfoVP9 gof_; // Contains each frame's temporal information for
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h115 GofInfoVP9 gof_; // Contains each frame's temporal information for
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc1424 GofInfoVP9 gof; in TEST_F()