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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvideo_common.h19 int frame_height; member in struct:__anon13034
/external/libvpx/libvpx/
H A Dvideo_common.h19 int frame_height; member in struct:__anon24830
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe_unittest.cc38 const int frame_height = 1080; local
49 captured_frame.height = frame_height;
50 captured_frame.data_size = (frame_width * frame_height) +
51 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
/external/chromium_org/ui/base/cursor/
H A Dcursor_util.cc89 int frame_height = frame_width; local
102 bitmap, x_offset, 0, frame_width, frame_height);
104 DCHECK_EQ(frame_height, cropped.height());
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer_unittest.cc75 int frame_height() const { return frame_height_; } function in class:__anon12662::FileVideoCapturerTest::VideoCapturerListener
174 EXPECT_EQ(listener.frame_height(), capture_format_.height);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.h137 int frame_height() const { return frame_height_; } function in class:cricket::VideoCapturerListener
H A Dvideocommon.cc102 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.h917 frame_height(0),
939 int frame_height; member in struct:cricket::VideoReceiverInfo
/external/chromium_org/third_party/libva/va/
H A Dva_dec_vp8.h77 unsigned int frame_height; member in struct:_VAPictureParameterBufferVP8
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c324 int frame_width, frame_height; local
340 frame_height = xd->cur_buf->y_height;
343 frame_height = xd->cur_buf->uv_height;
356 if (y0 + bs <= frame_height) {
360 const int extend_bottom = frame_height - y0;
H A Dvp9_reconinter.c281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
289 frame_height = ref_buf->y_crop_height;
293 frame_height = ref_buf->uv_crop_height;
349 (frame_width & 0x7) || (frame_height & 0x7)) {
369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
374 frame_height);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c291 int frame_height)
340 abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {
343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height;
349 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height;
352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8;
446 __FUNCTION__, frame_width, frame_height,
288 camera_device_start_capturing(CameraDevice* cd, uint32_t pixel_format, int frame_width, int frame_height) argument
H A Dcamera-capture-linux.c828 int frame_height)
850 fmt.fmt.pix.height = frame_height;
856 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height);
862 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) {
866 __FUNCTION__, frame_width, frame_height, fmt_str);
825 camera_device_start_capturing(CameraDevice* ccd, uint32_t pixel_format, int frame_width, int frame_height) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dreceiver.cc76 uint16_t frame_height) {
74 InsertPacket(const VCMPacket& packet, uint16_t frame_width, uint16_t frame_height) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
407 frame_height = ref_buf->y_crop_height;
411 frame_height = ref_buf->uv_crop_height;
467 (frame_width & 0x7) || (frame_height & 0x7)) {
487 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
501 frame_height);
515 frame_height);
529 frame_height);
H A Dvp9_reconintra.c645 int frame_width, frame_height; local
659 frame_height = xd->cur_buf->y_height;
662 frame_height = xd->cur_buf->uv_height;
673 if (y0 + bs <= frame_height) {
677 const int extend_bottom = frame_height - y0;
774 int frame_width, frame_height; local
788 frame_height = xd->cur_buf->y_height;
791 frame_height = xd->cur_buf->uv_height;
804 if (y0 + bs <= frame_height) {
808 const int extend_bottom = frame_height
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc225 int frame_height,
337 int frame_height,
345 frame_size_(frame_width, frame_height),
327 GLRenderingVDAClient( size_t window_id, RenderingHelper* rendering_helper, ClientStateNotification<ClientState>* note, const std::string& encoded_data, int num_in_flight_decodes, int num_play_throughs, int reset_after_frame_num, int delete_decoder_state, int frame_width, int frame_height, media::VideoCodecProfile profile, bool suppress_rendering, int delay_reuse_after_frame_num, int decode_calls_per_second, bool render_as_thumbnails) argument

Completed in 4149 milliseconds