OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filled_outBuf_Q
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c
152
if (pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ] > fdmax) {
153
fdmax = pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ];
159
FD_SET(pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ], &rfds);
278
if (FD_ISSET(pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ], &rfds)) {
388
if (pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ] > fdmax) {
389
fdmax = pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ];
396
FD_SET(pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ], &rfds);
437
if (FD_ISSET(pComponentPrivate->
filled_outBuf_Q
[VIDDEC_PIPE_READ], &rfds)) {
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
886
int
filled_outBuf_Q
[2];
[
all
...]
Completed in 40 milliseconds