OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBuffHead
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c
825
OMX_BUFFERHEADERTYPE*
pBuffHead
= NULL;
836
nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &
pBuffHead
, sizeof(
pBuffHead
));
879
OMX_BUFFERHEADERTYPE*
pBuffHead
= NULL;
891
nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &
pBuffHead
, sizeof(
pBuffHead
));
896
nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &
pBuffHead
, sizeof(
pBuffHead
));
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
866
OMX_BUFFERHEADERTYPE*
pBuffHead
= NULL;
870
ret = read(pComponentPrivate->filled_inpBuf_Q[0], &(
pBuffHead
), sizeof(
pBuffHead
));
875
if (
pBuffHead
!= NULL) {
876
pBuffPrivate =
pBuffHead
->pInputPortPrivate;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c
[
all
...]
OMX_VideoDec_Utils.c
[
all
...]
Completed in 46 milliseconds