Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dsimple_encode_test.cc140 TEST_F(SimpleEncodeTest, ObserveKeyFrameMap) { in TEST_F() argument
145 std::vector<int> key_frame_map = simple_encode.ObserveKeyFrameMap(); in TEST_F()
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.h440 std::vector<int> ObserveKeyFrameMap() const;
H A Dsimple_encode.cc1316 std::vector<int> SimpleEncode::ObserveKeyFrameMap() const { in ObserveKeyFrameMap() function in vp9::SimpleEncode