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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.h 50 unsigned video_width, unsigned video_height,
vl_matrix_filter.c 152 unsigned video_width, unsigned video_height,
164 assert(video_width && video_height);
230 offsets[i].y /= video_height;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.h 50 unsigned video_width, unsigned video_height,
vl_matrix_filter.c 152 unsigned video_width, unsigned video_height,
164 assert(video_width && video_height);
230 offsets[i].y /= video_height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
mixer.c 119 vmixer->video_height = *(uint32_t*)parameter_values[i];
142 if (vmixer->video_height < 48 ||
143 vmixer->video_height > max_height) {
144 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
242 vmixer->video_height > surf->video_buffer->height ||
352 vmixer->video_width, vmixer->video_height,
398 vmixer->video_width, vmixer->video_height,
684 *(uint32_t*)parameter_values[i] = vmixer->video_height;
vdpau_private.h 353 unsigned video_width, video_height; member in struct:__anon17822
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 119 vmixer->video_height = *(uint32_t*)parameter_values[i];
142 if (vmixer->video_height < 48 ||
143 vmixer->video_height > max_height) {
144 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
242 vmixer->video_height > surf->video_buffer->height ||
352 vmixer->video_width, vmixer->video_height,
398 vmixer->video_width, vmixer->video_height,
684 *(uint32_t*)parameter_values[i] = vmixer->video_height;
vdpau_private.h 353 unsigned video_width, video_height; member in struct:__anon31381
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraStream.cpp 168 fmt.video.video.dim.height = dim.video_height;
172 dim.video_width, dim.video_height);
289 fmt.video.video.dim.height = dim.video_height;
QCameraHWI.cpp 926 uint16_t video_height = 0; /* height of the video */ local
959 dim->video_height = mDimension.video_height;
961 dim->video_chroma_height = mDimension.video_height;
    [all...]
QCameraHWI_Record.cpp 405 height = dim.video_height;
  /device/lge/mako/camera/
QCameraStream.cpp 169 fmt.video.video.dim.height = dim.video_height;
173 dim.video_width, dim.video_height);
287 fmt.video.video.dim.height = dim.video_height;
QCameraHWI.cpp 964 uint16_t video_height = 0; /* height of the video */ local
997 dim->video_height = mDimension.video_height;
999 dim->video_chroma_height = mDimension.video_height;
    [all...]
QCameraHWI_Record.cpp 404 height = dim.video_height;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 469 int video_height = mMediaPlayer.getVideoHeight(); local
471 + "x" + video_height);
473 // TODO: adjust video_width and video_height with the surface size.
474 GLES20.glViewport(0, 0, video_width, video_height);
477 mHeight = Math.min(VideoDumpConfig.MAX_DUMP_HEIGHT, video_height);
479 mStartY = video_height / mHeight / 2 * mHeight;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 110 dim->video_height = WVGA_HEIGHT;
112 dim->orig_video_height = dim->video_height;
mm_qcamera_main_menu.c     [all...]
mm_qcamera_video.c 82 fmt->height = pme->dim.video_height;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 113 dim->video_height = WVGA_HEIGHT;
115 dim->orig_video_height = dim->video_height;
mm_qcamera_pp.c 270 pme->dim.video_width * pme->dim.video_height) {
278 pme->repro_config.height = pme->dim.video_height;
299 config.dest[1].height = pme->dim.video_height;
581 pme->stream[MM_CAMERA_VIDEO].str_config.fmt.height = pme->dim.video_height;
    [all...]
mm_qcamera_main_menu.c     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 727 mDimension.video_height = DEFAULT_VIDEO_HEIGHT;
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon2858
  /device/lge/hammerhead/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon3362
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 520 void getVideoSize(int *video_width,int *video_height) const;
    [all...]

Completed in 840 milliseconds

1 2