OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_height
(Results
1 - 8
of
8
) 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
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
...]
QCamera_Intf.h
273
uint16_t
video_height
; /* Video height seen by VFE */
member in struct:__anon2218
[
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:__anon13038
/external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h
353
unsigned video_width,
video_height
;
member in struct:__anon23505
/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:__anon1847
/hardware/qcom/camera/
QCamera_Intf.h
232
uint16_t
video_height
; /* Video height seen by VFE */
member in struct:__anon31475
Completed in 151 milliseconds