OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_CLOSE_PIPE
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
86
#define
OMX_CLOSE_PIPE
(_pStruct_,err)\
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
515
OMX_CLOSE_PIPE
(pComponentPrivate->dataPipe[0],err);
516
OMX_CLOSE_PIPE
(pComponentPrivate->dataPipe[1],err);
517
OMX_CLOSE_PIPE
(pComponentPrivate->cmdPipe[0],err);
518
OMX_CLOSE_PIPE
(pComponentPrivate->cmdPipe[1],err);
519
OMX_CLOSE_PIPE
(pComponentPrivate->cmdDataPipe[0],err);
520
OMX_CLOSE_PIPE
(pComponentPrivate->cmdDataPipe[1],err);
[
all
...]
Completed in 61 milliseconds