OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDDEC_ZERO
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
194
#define
VIDDEC_ZERO
0
215
#define VIDDEC_INPUT_PORT_BUFFERSUPPLIER
VIDDEC_ZERO
216
#define VIDDEC_OUTPUT_PORT_BUFFERSUPPLIER
VIDDEC_ZERO
241
#define VIDDEC_OUTPUT_PORT_STRIDE
VIDDEC_ZERO
242
#define VIDDEC_OUTPUT_PORT_SLICEHEIGHT
VIDDEC_ZERO
243
#define VIDDEC_OUTPUT_PORT_BITRATE
VIDDEC_ZERO
244
#define VIDDEC_OUTPUT_PORT_FRAMERATE
VIDDEC_ZERO
251
#define VIDDEC_DEFAULT_MPEG4_SLICEHEADERSPACING
VIDDEC_ZERO
272
#define VIDDEC_DEFAULT_H264_SLICEHEADERSPACING
VIDDEC_ZERO
312
#define VIDDEC_PIPE_READ
VIDDEC_ZERO
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
837
pComponentPrivate->pPortParamTypeAudio->nPorts =
VIDDEC_ZERO
;
838
pComponentPrivate->pPortParamTypeAudio->nStartPortNumber =
VIDDEC_ZERO
;
840
pComponentPrivate->pPortParamTypeImage->nPorts =
VIDDEC_ZERO
;
841
pComponentPrivate->pPortParamTypeImage->nStartPortNumber =
VIDDEC_ZERO
;
843
pComponentPrivate->pPortParamTypeOthers->nPorts =
VIDDEC_ZERO
;
844
pComponentPrivate->pPortParamTypeOthers->nStartPortNumber =
VIDDEC_ZERO
;
[
all
...]
Completed in 80 milliseconds