OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_width
(Results
1 - 8
of
8
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
925
uint16_t
video_width
= 0; /* width of the video */
local
958
dim->
video_width
= mDimension.
video_width
;
960
dim->video_chroma_width = mDimension.
video_width
;
[
all
...]
/device/lge/mako/camera/
QCameraHWI.cpp
963
uint16_t
video_width
= 0; /* width of the video */
local
996
dim->
video_width
= mDimension.
video_width
;
998
dim->video_chroma_width = mDimension.
video_width
;
[
all
...]
QCamera_Intf.h
272
uint16_t
video_width
; /* Video width seen by VFE could be different than orig. Ex. DIS */
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
468
int
video_width
= mMediaPlayer.getVideoWidth();
local
470
Log.d(TAG, "Video size: " +
video_width
473
// TODO: adjust
video_width
and video_height with the surface size.
474
GLES20.glViewport(0, 0,
video_width
, video_height);
476
mWidth = Math.min(VideoDumpConfig.MAX_DUMP_WIDTH,
video_width
);
478
mStartX =
video_width
/ mWidth / 2 * mWidth;
/device/asus/flo/camera/
QCamera_Intf.h
231
uint16_t
video_width
; /* Video width seen by VFE could be different than orig. Ex. DIS */
member in struct:__anon1847
/hardware/qcom/camera/
QCamera_Intf.h
231
uint16_t
video_width
; /* Video width seen by VFE could be different than orig. Ex. DIS */
member in struct:__anon31475
Completed in 69 milliseconds