Searched defs:frame_height (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/
H A Dvideo_common.h19 int frame_height; member in struct:__anon11929
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe_unittest.cc62 const int frame_height = 1080; local
72 captured_frame.height = frame_height;
73 captured_frame.data_size = (frame_width * frame_height) +
74 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
H A Dwebrtcvideoframefactory_unittest.cc41 const int frame_height = 1080; local
50 captured_frame_.height = frame_height;
52 (frame_width * frame_height) +
53 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
/external/webrtc/talk/media/devices/
H A Dfilevideocapturer_unittest.cc75 int frame_height() const { return frame_height_; } function in class:__anon25944::FileVideoCapturerTest::VideoCapturerListener
174 EXPECT_EQ(listener.frame_height(), capture_format_.height);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c125 int frame_width, frame_height; local
142 frame_height = xd->cur_buf->y_height;
145 frame_height = xd->cur_buf->uv_height;
157 if (y0 + bs <= frame_height) {
160 const int extend_bottom = frame_height - y0;
275 int frame_width, frame_height; local
289 frame_height = xd->cur_buf->y_height;
292 frame_height = xd->cur_buf->uv_height;
304 if (y0 + bs <= frame_height) {
307 const int extend_bottom = frame_height
[all...]
/external/webrtc/talk/media/base/
H A Dtestutils.h141 int frame_height() const { return frame_height_; } function in class:cricket::VideoCapturerListener
H A Dvideocommon.cc105 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels, argument
113 int new_frame_height = frame_height;
134 float scale = FindLowerScale(frame_width, frame_height,
137 *scaled_height = static_cast<int>(frame_height * scale + .5f);
142 void ComputeScale(int frame_width, int frame_height, int fps, argument
151 frame_width, frame_height, max_pixels, scaled_width, scaled_height);
157 int frame_width, int frame_height,
168 ASSERT(frame_height > 0);
185 static_cast<float>(frame_height * pixel_height);
199 frame_width = static_cast<int>((crop_aspect * frame_height *
156 ComputeCrop(int cropped_format_width, int cropped_format_height, int frame_width, int frame_height, int pixel_width, int pixel_height, int rotation, int* cropped_width, int* cropped_height) argument
[all...]
H A Dmediachannel.h815 frame_height(0),
838 int frame_height; member in struct:cricket::VideoReceiverInfo
/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.cc72 uint16_t frame_height) {
70 InsertPacket(const VCMPacket& packet, uint16_t frame_width, uint16_t frame_height) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h158 int frame_height[FRAME_SCALE_STEPS]; member in struct:__anon12078
/external/drm_hwcomposer/
H A Dglworker.cpp566 GLint frame_height = framebuffer->getHeight(); local
607 glViewport(0, 0, frame_width, frame_height);
640 cmd.bounds[1] / (float)frame_height,
642 (cmd.bounds[3] - cmd.bounds[1]) / (float)frame_height);
/external/v4l2_codec2/vda/
H A Dvp9_parser.h214 // The range of frame_width and frame_height is 1..2^16.
216 uint32_t frame_height; member in struct:media::Vp9FrameHeader
280 uint32_t frame_height; member in struct:media::Vp9Parser::ReferenceSlot
H A Dv4l2-controls.h1280 __u32 frame_height; member in struct:v4l2_ctrl_vp9_frame_hdr
1306 __u32 frame_height; member in struct:v4l2_vp9_reference_frame
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c449 int frame_width, int frame_height,
459 b_w, b_h, frame_width, frame_height);
465 y0, b_w, b_h, frame_width, frame_height);
474 int frame_width, int frame_height,
484 frame_width, frame_height);
501 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
508 frame_height = ref_frame_buf->buf.y_crop_height;
512 frame_height = ref_frame_buf->buf.uv_crop_height;
577 (frame_height & 0x7)) {
604 y0 < 0 || y0 > frame_height
447 extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, int x0, int y0, int b_w, int b_h, int frame_width, int frame_height, int border_offset, uint8_t *const dst, int dst_buf_stride, int subpel_x, int subpel_y, const InterpKernel *kernel, const struct scale_factors *sf, MACROBLOCKD *xd, int w, int h, int ref, int xs, int ys) argument
472 extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, int x0, int y0, int b_w, int b_h, int frame_width, int frame_height, int border_offset, uint8_t *const dst, int dst_buf_stride, int subpel_x, int subpel_y, const InterpKernel *kernel, const struct scale_factors *sf, int w, int h, int ref, int xs, int ys) argument
[all...]

Completed in 412 milliseconds