Home | History | Annotate | Download | only in base

Lines Matching refs:coded_size

27   int first_black_row = static_cast<int>(frame->coded_size().height() *
30 for (int row = 0; row < frame->coded_size().height(); ++row) {
37 for (int row = 0; row < frame->coded_size().height(); row += 2) {
52 yv12_frame->coded_size().width() & (VideoFrame::kFrameSizeAlignment - 1),
55 yv12_frame->coded_size().height() & (VideoFrame::kFrameSizeAlignment - 1),
58 size_t bytes_per_row = yv12_frame->coded_size().width() * 4u;
60 base::AlignedAlloc(bytes_per_row * yv12_frame->coded_size().height() +
68 yv12_frame->coded_size().width(),
69 yv12_frame->coded_size().height(),
75 for (int row = 0; row < yv12_frame->coded_size().height(); ++row) {
78 for (int col = 0; col < yv12_frame->coded_size().width(); ++col) {
178 EXPECT_EQ(kWidth, frame->coded_size().width());
179 EXPECT_EQ(kHeight, frame->coded_size().height());
183 for (int y = 0; y < frame->coded_size().height(); ++y) {
190 for (int y = 0; y < frame->coded_size().height() / 2; ++y) {
220 EXPECT_EQ(wrapped_frame->coded_size(), frame->coded_size());
258 gfx::Size(10, 10), // coded_size
299 gfx::Size(10, 10), // coded_size