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

1 2

  /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/webrtc/
webrtcvideoframe_unittest.cc 37 const int frame_width = 1920; local
48 captured_frame.width = frame_width;
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/
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/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 74 int frame_width() const { return frame_width_; } function in class:__anon17287::FileVideoCapturerTest::VideoCapturerListener
173 EXPECT_EQ(listener.frame_width(), capture_format_.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/libjingle/source/talk/media/base/
testutils.h 136 int frame_width() const { return frame_width_; } function in class:cricket::VideoCapturerListener
mediachannel.h 938 int frame_width; member in struct:cricket::VideoReceiverInfo
    [all...]
  /external/chromium_org/third_party/libva/va/
va_dec_vp8.h 75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
  /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...]
vp9_reconinter.c 281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
288 frame_width = ref_buf->y_crop_width;
292 frame_width = ref_buf->uv_crop_width;
349 (frame_width & 0x7) || (frame_height & 0x7)) {
368 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width ||
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
  /hardware/intel/common/libva/va/
va_dec_vp8.h 75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
va_dec_vp9.h 67 uint16_t frame_width; member in struct:_VADecPictureParameterBufferVP9
va_enc_vp8.h 54 unsigned int frame_width; member in struct:_VAEncSequenceParameterBufferVP8
  /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...]
vp9_reconinter.c 281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
288 frame_width = ref_buf->y_crop_width;
292 frame_width = ref_buf->uv_crop_width;
349 (frame_width & 0x7) || (frame_height & 0x7)) {
368 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width ||
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
406 frame_width = ref_buf->y_crop_width;
410 frame_width = ref_buf->uv_crop_width;
467 (frame_width & 0x7) || (frame_height & 0x7)) {
486 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width - 1 ||
500 frame_width,
514 frame_width,
528 frame_width,
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...]
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 222 * @param frame_width: Width of the frame
234 OMX_U32 frame_width; member in struct:DebugFrame_Dump
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 138 int frame_width; member in struct:_vbp_codec_data_h264
329 uint32 frame_width; member in struct:_vbp_codec_data_vp8
  /hardware/intel/common/libva/test/encode/
h264encode.c 111 static int frame_width = 176; variable
757 frame_width = atoi(optarg);
859 frame_bitrate = frame_width * frame_height * 12 * frame_rate / 50;
871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5);
904 frame_width_mbaligned = (frame_width + 15) & (~15);
906 if (frame_width != frame_width_mbaligned ||
909 frame_width, frame_height,
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 560 uint32_t frame_width; member in struct:VssVp8encSequenceParameterBuffer
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 452 uint32_t frame_width; member in struct:vdec_picsize
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 496 uint32_t frame_width; member in struct:vdec_picsize

Completed in 1407 milliseconds

1 2