Home
last modified time | relevance | path

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

/external/libvpx/test/
Dsimple_encode_test.cc111 const std::vector<EncodeFrameInfo> &encode_frame_list = in TEST_F() local
112 group_of_picture.encode_frame_list; in TEST_F()
113 for (size_t group_index = 0; group_index < encode_frame_list.size(); in TEST_F()
118 encode_frame_list[group_index].show_idx); in TEST_F()
120 encode_frame_list[group_index].frame_type); in TEST_F()
121 EXPECT_EQ(encode_frame_list[group_index].coding_index, in TEST_F()
127 encode_frame_list[group_index].ref_frame_info); in TEST_F()
152 const std::vector<EncodeFrameInfo> &encode_frame_list = in TEST_F() local
153 group_of_picture.encode_frame_list; in TEST_F()
154 for (size_t group_index = 0; group_index < encode_frame_list.size(); in TEST_F()
[all …]
/external/libvpx/vp9/
Dsimple_encode.cc573 group_of_picture.encode_frame_list.size(); in IsGroupOfPictureFinished()
658 group_of_picture->encode_frame_list.clear(); in SetGroupOfPicture()
693 group_of_picture->encode_frame_list.push_back(encode_frame_info); in SetGroupOfPicture()
709 group_of_picture->encode_frame_list.push_back(encode_frame_info); in SetGroupOfPicture()
723 group_of_picture->encode_frame_list.push_back(encode_frame_info); in SetGroupOfPicture()
1123 .encode_frame_list[group_of_picture_.next_encode_frame_index]; in GetNextEncodeFrameInfo()
Dsimple_encode.h329 std::vector<EncodeFrameInfo> encode_frame_list; member