OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bIsStopping
(Results
26 - 43
of
43
) sorted by null
1
2
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c
373
pComponentPrivate->
bIsStopping
= 0;
595
pComponentPrivate->
bIsStopping
= 1;
[
all
...]
OMX_G711Decoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c
425
pComponentPrivate->
bIsStopping
= 0;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c
389
pComponentPrivate->
bIsStopping
= 0;
624
pComponentPrivate->
bIsStopping
= 1;
[
all
...]
OMX_G729Decoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c
415
pComponentPrivate->
bIsStopping
= 0;
712
pComponentPrivate->
bIsStopping
= 1;
713
write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->
bIsStopping
, sizeof(OMX_U16));
[
all
...]
OMX_WmaDecoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c
407
pComponentPrivate->
bIsStopping
= 0;
[
all
...]
OMX_G726Encoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c
355
pComponentPrivate->
bIsStopping
= 0;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
889
OMX_U32
bIsStopping
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c
409
pComponentPrivate->
bIsStopping
= 0;
647
pComponentPrivate->
bIsStopping
= 1;
648
write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->
bIsStopping
, sizeof(OMX_U16));
[
all
...]
OMX_AmrDecoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c
365
pComponentPrivate->
bIsStopping
= 0;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c
398
pComponentPrivate->
bIsStopping
= 0;
622
pComponentPrivate->
bIsStopping
= 1;
623
write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->
bIsStopping
, sizeof(OMX_U16));
[
all
...]
OMX_WbAmrDecoder.c
[
all
...]
Completed in 403 milliseconds
1
2