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

1 2 3 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/
video_common.h 19 int frame_height; member in struct:__anon17659
video_reader.c 52 reader->info.frame_height = mem_get_le16(header + 14);
  /external/libvpx/libvpx/
video_common.h 19 int frame_height; member in struct:__anon8528
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_common.h 19 int frame_height; 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,
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,
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 *
    [all...]
  /external/qemu/android/camera/
camera-capture.h 56 int frame_height);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_encoder.c 191 info.frame_height = strtol(height_arg, NULL, 0);
196 info.frame_height <= 0 ||
198 (info.frame_height % 2) != 0) {
199 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
203 info.frame_height, 1)) {
218 cfg.g_h = info.frame_height;
vp8cx_set_ref.c 129 info.frame_height = strtol(argv[2], NULL, 0);
134 info.frame_height <= 0 ||
136 (info.frame_height % 2) != 0) {
137 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
141 info.frame_height, 1)) {
152 cfg.g_h = info.frame_height;
vp9_lossless_encoder.c 85 info.frame_height = strtol(argv[2], NULL, 0);
90 info.frame_height <= 0 ||
92 (info.frame_height % 2) != 0) {
93 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
97 info.frame_height, 1)) {
108 cfg.g_h = info.frame_height;
set_maps.c 186 info.frame_height = strtol(argv[3], NULL, 0);
191 info.frame_height <= 0 ||
193 (info.frame_height % 2) != 0) {
194 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
198 info.frame_height, 1)) {
209 cfg.g_h = info.frame_height;
simple_decoder.c 147 info->frame_width, info->frame_height, argv[2]);
  /external/libvpx/libvpx/examples/
simple_encoder.c 190 info.frame_height = strtol(height_arg, NULL, 0);
195 info.frame_height <= 0 ||
197 (info.frame_height % 2) != 0) {
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
202 info.frame_height, 1)) {
217 cfg.g_h = info.frame_height;
vp8cx_set_ref.c 125 info.frame_height = strtol(argv[2], NULL, 0);
130 info.frame_height <= 0 ||
132 (info.frame_height % 2) != 0) {
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
137 info.frame_height, 1)) {
148 cfg.g_h = info.frame_height;
twopass_encoder.c 153 info.frame_height = strtol(height_arg, NULL, 0);
156 info.frame_height <= 0 ||
158 (info.frame_height % 2) != 0) {
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
163 info.frame_height, 1)) {
164 die("Failed to allocate image", info.frame_width, info.frame_height);
178 cfg.g_h = info.frame_height;
set_maps.c 178 info.frame_height = strtol(argv[3], NULL, 0);
183 info.frame_height <= 0 ||
185 (info.frame_height % 2) != 0) {
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
190 info.frame_height, 1)) {
201 cfg.g_h = info.frame_height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 190 info.frame_height = strtol(height_arg, NULL, 0);
195 info.frame_height <= 0 ||
197 (info.frame_height % 2) != 0) {
198 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
202 info.frame_height, 1)) {
217 cfg.g_h = info.frame_height;
vp8cx_set_ref.c 125 info.frame_height = strtol(argv[2], NULL, 0);
130 info.frame_height <= 0 ||
132 (info.frame_height % 2) != 0) {
133 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
137 info.frame_height, 1)) {
148 cfg.g_h = info.frame_height;
twopass_encoder.c 153 info.frame_height = strtol(height_arg, NULL, 0);
156 info.frame_height <= 0 ||
158 (info.frame_height % 2) != 0) {
159 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
163 info.frame_height, 1)) {
164 die("Failed to allocate image", info.frame_width, info.frame_height);
178 cfg.g_h = info.frame_height;
set_maps.c 178 info.frame_height = strtol(argv[3], NULL, 0);
183 info.frame_height <= 0 ||
185 (info.frame_height % 2) != 0) {
186 die("Invalid frame size: %dx%d", info.frame_width, info.frame_height);
190 info.frame_height, 1)) {
201 cfg.g_h = info.frame_height;
  /external/chromium_org/ui/base/cursor/
cursor_util.cc 89 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/libva/va/
va_dec_vp8.h 77 unsigned int frame_height; member in struct:_VAPictureParameterBufferVP8
  /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);
122 vaSurfaceExternBuf.height = frame_height;
136 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, frame_width, frame_height, &surface_id, 1, attrib_list, 2);
  /hardware/intel/common/libva/va/
va_dec_vp8.h 77 unsigned int frame_height; member in struct:_VAPictureParameterBufferVP8
va_enc_vp8.h 56 unsigned int frame_height; member in struct:_VAEncSequenceParameterBufferVP8
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 38 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;

Completed in 63 milliseconds

1 2 3 4 5