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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.h 48 unsigned video_width, video_height; member in struct:vl_deint_filter
56 unsigned video_width, unsigned video_height,
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
camera.cc 412 int32 video_height = 480; local
425 Flag("video_height", &video_height, "video height expected from device"),
464 SetCameraFormat(camera_handle, video_width, video_height);
492 TensorFromFrame(frame_data, video_width, video_height, 3, input_height,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 388 unsigned video_width, video_height; member in struct:__anon30241
  /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/google/marlin/camera/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon2594
  /hardware/qcom/camera/msm8998/
QCamera_Intf.h 232 uint16_t video_height; /* Video height seen by VFE */ member in struct:__anon49436

Completed in 465 milliseconds