HomeSort by relevance Sort by last modified time
    Searched defs:video_height (Results 1 - 10 of 10) sorted by null

  /device/lge/mako/camera/QCamera/HAL/core/src/
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...]
  /device/lge/mako/camera/
QCameraHWI.cpp 963 uint16_t video_height = 0; /* height of the video */ local
996 dim->video_height = mDimension.video_height;
998 dim->video_chroma_height = mDimension.video_height;
    [all...]
QCamera_Intf.h 273 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon3677
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
vdpau_private.h 353 unsigned video_width, video_height; member in struct:__anon18827
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 353 unsigned video_width, video_height; member in struct:__anon32224
  /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/asus/flo/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon2860
  /device/lge/hammerhead/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon3367
  /device/moto/shamu/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon4527
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 227 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon3914
    [all...]

Completed in 387 milliseconds