OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filled_inpBuf_Q
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c
122
if ( pComponentPrivate->
filled_inpBuf_Q
[0] > fdmax ) {
123
fdmax = pComponentPrivate->
filled_inpBuf_Q
[0];
133
FD_SET (pComponentPrivate->
filled_inpBuf_Q
[0], &rfds);
155
if ( (FD_ISSET (pComponentPrivate->
filled_inpBuf_Q
[0], &rfds))
157
OMX_PRBUFFER2(pComponentPrivate->dbg, "
filled_inpBuf_Q
pipe is set\n");
OMX_JpegEnc_Utils.c
362
eError = pipe (pComponentPrivate->
filled_inpBuf_Q
);
480
err = close (pComponentPrivate->
filled_inpBuf_Q
[0]);
492
err = close (pComponentPrivate->
filled_inpBuf_Q
[1]);
870
ret = read(pComponentPrivate->
filled_inpBuf_Q
[0], &(pBuffHead), sizeof(pBuffHead));
[
all
...]
OMX_JpegEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c
148
if (pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ] > fdmax) {
149
fdmax = pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ];
162
FD_SET(pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ], &rfds);
294
if ((FD_ISSET(pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ], &rfds))){
384
if (pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ] > fdmax) {
385
fdmax = pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ];
399
FD_SET(pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ], &rfds);
449
if ((FD_ISSET(pComponentPrivate->
filled_inpBuf_Q
[VIDDEC_PIPE_READ], &rfds))){
OMX_VideoDec_Utils.c
[
all
...]
OMX_VideoDecoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
423
int
filled_inpBuf_Q
[2];
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
885
int
filled_inpBuf_Q
[2];
[
all
...]
Completed in 76 milliseconds