HomeSort by relevance Sort by last modified time
    Searched refs:OMX_CommandStateSet (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 197 error = OMX_SendCommand(hComponent,OMX_CommandStateSet, OMX_StateIdle, NULL);
702 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
747 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
839 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
869 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateIdle, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 334 if ((nData1 == OMX_CommandStateSet) &&
1003 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
1006 error = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 286 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) &&
827 eError = OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 360 error = OMX_SendCommand(*pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
405 error = OMX_SendCommand(*pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
471 error = OMX_SendCommand(*pHandle,OMX_CommandStateSet, OMX_StateLoaded, NULL);
495 error = OMX_SendCommand(pHandle,OMX_CommandStateSet, OMX_StateWaitForResources, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 365 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) && (WaitForState_flag)){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 364 if( (waiting_state== nData2) && (nData1 == OMX_CommandStateSet) && (bWaiting) ) /* ensure that came from transition */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 426 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) &&
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 409 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) &&
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c     [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 297 err = mOMX->sendCommand(node, OMX_CommandStateSet, OMX_StateIdle);
324 && msg.u.event_data.data1 == OMX_CommandStateSet
330 err = mOMX->sendCommand(node, OMX_CommandStateSet, OMX_StateExecuting);
337 && msg.u.event_data.data1 == OMX_CommandStateSet
375 err = mOMX->sendCommand(node, OMX_CommandStateSet, OMX_StateIdle);
383 && msg.u.event_data.data1 == OMX_CommandStateSet
403 err = mOMX->sendCommand(node, OMX_CommandStateSet, OMX_StateLoaded);
428 && msg.u.event_data.data1 == OMX_CommandStateSet
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 715 error = OMX_SendCommand(*pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
887 error = OMX_SendCommand(*pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 362 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) &&
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 681 waitForEvent(OMX_EventCmdComplete, OMX_CommandStateSet, OMX_StateIdle);
683 OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateExecuting, NULL);
684 waitForEvent(OMX_EventCmdComplete, OMX_CommandStateSet, OMX_StateExecuting);
700 OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
701 OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateLoaded, NULL);
731 OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateIdle, NULL);
732 OMX_SendCommand(pHandle, OMX_CommandStateSet, OMX_StateLoaded, NULL);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Resourcemanager.c 176 ret = OMX_SendCommand(pOMXComponent, OMX_CommandStateSet, OMX_StateLoaded, NULL);
395 ret = OMX_SendCommand(pOMXWaitComponent, OMX_CommandStateSet, OMX_StateIdle, NULL);
419 ret = OMX_SendCommand(pOMXWaitComponent, OMX_CommandStateSet, OMX_StateIdle, NULL);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 209 OMX_CommandStateSet,
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 214 OMX_CommandStateSet,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 193 if ( eCmd == OMX_CommandStateSet ) {
194 OMX_PRINT2(pComponentPrivate->dbg, "processing OMX_CommandStateSet\n");
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 220 case OMX_CommandStateSet:
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 344 if ((nData1 == OMX_CommandStateSet) && (TargetedState == nData2) &&
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 304 else if(nData1 == OMX_CommandStateSet){
    [all...]
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 395 case OMX_CommandStateSet:
440 notify(OMX_EventCmdComplete, OMX_CommandStateSet, state, NULL);
592 notify(OMX_EventCmdComplete, OMX_CommandStateSet, mState, NULL);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 634 if (command == OMX_CommandStateSet) {
758 OMX_CommandStateSet,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 199 eError = OMX_SendCommand(hComponent, OMX_CommandStateSet, OMX_StateInvalid, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 679 if (command == OMX_CommandStateSet) {
823 OMX_CommandStateSet,
839 OMX_CommandStateSet,
    [all...]

Completed in 376 milliseconds

1 2 3 4