/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | 670 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { 755 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | 641 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { 726 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | 444 pMyData->curState == OMX_StateExecuting || [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 166 _s_ = "OMX_StateExecuting"; \ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | 574 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | 535 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Encoder.c | 620 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | 683 if ((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDecoder.c | 671 if((nParam == OMX_StateExecuting) || (nParam == OMX_StatePause)) { [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Core.h | 122 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Core.h | 105 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Core.h | 105 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Core.h | 105 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Core.h | 105 OMX_StateExecuting, /**< component has accepted the start command and
[all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Core.h | 122 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Core.h | 105 OMX_StateExecuting, /**< component has accepted the start command and [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 583 OMX_SendCommand(dec_handle, OMX_CommandStateSet, OMX_StateExecuting,0); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_msm8974.cpp | [all...] |
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 657 OMX_SendCommand(my_obj->omx_handle, OMX_CommandStateSet, OMX_StateExecuting, NULL); 658 mm_jpeg_job_wait_for_cmd_complete(my_obj, OMX_CommandStateSet, OMX_StateExecuting); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
OMX_VideoDec_Utils.h | [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | 228 pComponentPrivate->nCurState == OMX_StateExecuting || [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 343 if ((state == OMX_StateExecuting) || (state == OMX_StatePause)) { [all...] |