HomeSort by relevance Sort by last modified time
    Searched refs:frame_width (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/
video_common.h 18 int frame_width; member in struct:__anon17659
  /external/libvpx/libvpx/
video_common.h 18 int frame_width; member in struct:__anon8528
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_common.h 18 int frame_width; member in struct:__anon19711
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 102 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels,
112 int new_frame_width = frame_width;
134 float scale = FindLowerScale(frame_width, frame_height,
136 *scaled_width = static_cast<int>(frame_width * scale + .5f);
142 void ComputeScale(int frame_width, int frame_height, int fps,
151 frame_width, frame_height, max_pixels, scaled_width, scaled_height);
157 int frame_width, int frame_height,
167 ASSERT(frame_width > 0);
184 float frame_aspect = static_cast<float>(frame_width * pixel_width) /
199 frame_width = static_cast<int>((crop_aspect * frame_height
    [all...]
  /external/chromium_org/ui/base/cursor/
cursor_util.cc 88 int frame_width = bitmap.height(); local
89 int frame_height = frame_width;
91 DCHECK_EQ(total_width % frame_width, 0);
92 int frame_count = total_width / frame_width;
98 int x_offset = frame_width * frame;
99 DCHECK_LE(x_offset + frame_width, total_width);
102 bitmap, x_offset, 0, frame_width, frame_height);
103 DCHECK_EQ(frame_width, cropped.width());
  /external/qemu/android/camera/
camera-capture.h 55 int frame_width,
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 190 info.frame_width = strtol(width_arg, NULL, 0);
195 if (info.frame_width <= 0 ||
197 (info.frame_width % 2) != 0 ||
199 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
202 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
217 cfg.g_w = info.frame_width;
vp8cx_set_ref.c 128 info.frame_width = strtol(argv[1], NULL, 0);
133 if (info.frame_width <= 0 ||
135 (info.frame_width % 2) != 0 ||
137 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
151 cfg.g_w = info.frame_width;
vp9_lossless_encoder.c 84 info.frame_width = strtol(argv[1], NULL, 0);
89 if (info.frame_width <= 0 ||
91 (info.frame_width % 2) != 0 ||
93 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
96 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
107 cfg.g_w = info.frame_width;
set_maps.c 185 info.frame_width = strtol(argv[2], NULL, 0);
190 if (info.frame_width <= 0 ||
192 (info.frame_width % 2) != 0 ||
194 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
197 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
208 cfg.g_w = info.frame_width;
  /external/libvpx/libvpx/examples/
simple_encoder.c 189 info.frame_width = strtol(width_arg, NULL, 0);
194 if (info.frame_width <= 0 ||
196 (info.frame_width % 2) != 0 ||
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
216 cfg.g_w = info.frame_width;
vp8cx_set_ref.c 124 info.frame_width = strtol(argv[1], NULL, 0);
129 if (info.frame_width <= 0 ||
131 (info.frame_width % 2) != 0 ||
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
147 cfg.g_w = info.frame_width;
twopass_encoder.c 152 info.frame_width = strtol(width_arg, NULL, 0);
155 if (info.frame_width <= 0 ||
157 (info.frame_width % 2) != 0 ||
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
164 die("Failed to allocate image", info.frame_width, info.frame_height);
177 cfg.g_w = info.frame_width;
set_maps.c 177 info.frame_width = strtol(argv[2], NULL, 0);
182 if (info.frame_width <= 0 ||
184 (info.frame_width % 2) != 0 ||
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
200 cfg.g_w = info.frame_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 189 info.frame_width = strtol(width_arg, NULL, 0);
194 if (info.frame_width <= 0 ||
196 (info.frame_width % 2) != 0 ||
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
216 cfg.g_w = info.frame_width;
vp8cx_set_ref.c 124 info.frame_width = strtol(argv[1], NULL, 0);
129 if (info.frame_width <= 0 ||
131 (info.frame_width % 2) != 0 ||
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
147 cfg.g_w = info.frame_width;
twopass_encoder.c 152 info.frame_width = strtol(width_arg, NULL, 0);
155 if (info.frame_width <= 0 ||
157 (info.frame_width % 2) != 0 ||
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
164 die("Failed to allocate image", info.frame_width, info.frame_height);
177 cfg.g_w = info.frame_width;
set_maps.c 177 info.frame_width = strtol(argv[2], NULL, 0);
182 if (info.frame_width <= 0 ||
184 (info.frame_width % 2) != 0 ||
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
200 cfg.g_w = info.frame_width;
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 46 int frame_width=640, frame_height=480; local
51 usrbuf = (unsigned char*)malloc(frame_width * frame_height * 2);
121 vaSurfaceExternBuf.width = frame_width;
123 vaSurfaceExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = frame_width;
136 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, frame_width, frame_height, &surface_id, 1, attrib_list, 2);
  /external/chromium_org/third_party/libva/va/
va_dec_vp8.h 75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
  /hardware/intel/common/libva/va/
va_dec_vp8.h 75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
va_enc_vp8.h 54 unsigned int frame_width; member in struct:_VAEncSequenceParameterBufferVP8
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 324 int frame_width, frame_height; local
339 frame_width = xd->cur_buf->y_width;
342 frame_width = xd->cur_buf->uv_width;
379 if (x0 + 2 * bs <= frame_width) {
386 } else if (x0 + bs <= frame_width) {
387 const int r = frame_width - x0;
391 x0 + 2 * bs - frame_width);
396 } else if (x0 <= frame_width) {
397 const int r = frame_width - x0;
401 x0 + 2 * bs - frame_width);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.c 326 int frame_width, frame_height; local
341 frame_width = xd->cur_buf->y_width;
344 frame_width = xd->cur_buf->uv_width;
381 if (x0 + 2 * bs <= frame_width) {
388 } else if (x0 + bs <= frame_width) {
389 const int r = frame_width - x0;
393 x0 + 2 * bs - frame_width);
398 } else if (x0 <= frame_width) {
399 const int r = frame_width - x0;
403 x0 + 2 * bs - frame_width);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c 645 int frame_width, frame_height; local
658 frame_width = xd->cur_buf->y_width;
661 frame_width = xd->cur_buf->uv_width;
699 if (x0 + 2 * bs <= frame_width) {
706 } else if (x0 + bs <= frame_width) {
707 const int r = frame_width - x0;
711 x0 + 2 * bs - frame_width);
716 } else if (x0 <= frame_width) {
717 const int r = frame_width - x0;
721 x0 + 2 * bs - frame_width);
774 int frame_width, frame_height; local
    [all...]

Completed in 2153 milliseconds

1 2 3 4 5