OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIDDEC_PIPE_READ
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c
138
fdmax = pComponentPrivate->cmdPipe[
VIDDEC_PIPE_READ
];
140
if (pComponentPrivate->free_inpBuf_Q[
VIDDEC_PIPE_READ
] > fdmax) {
141
fdmax = pComponentPrivate->free_inpBuf_Q[
VIDDEC_PIPE_READ
];
144
if (pComponentPrivate->free_outBuf_Q[
VIDDEC_PIPE_READ
] > fdmax) {
145
fdmax = pComponentPrivate->free_outBuf_Q[
VIDDEC_PIPE_READ
];
148
if (pComponentPrivate->filled_inpBuf_Q[
VIDDEC_PIPE_READ
] > fdmax) {
149
fdmax = pComponentPrivate->filled_inpBuf_Q[
VIDDEC_PIPE_READ
];
152
if (pComponentPrivate->filled_outBuf_Q[
VIDDEC_PIPE_READ
] > fdmax) {
153
fdmax = pComponentPrivate->filled_outBuf_Q[
VIDDEC_PIPE_READ
];
158
FD_SET(pComponentPrivate->cmdPipe[
VIDDEC_PIPE_READ
], &rfds)
[
all
...]
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
312
#define
VIDDEC_PIPE_READ
VIDDEC_ZERO
[
all
...]
Completed in 554 milliseconds