HomeSort by relevance Sort by last modified time
    Searched refs:GetState (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)(
OMX_Core.h     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 156 vector<A> &carcs = GetState(s)->arcs;
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 416 specification for details on the GetState method.
418 OMX_ERRORTYPE (*GetState)(
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)(
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 276 eError = pComponent->GetState(pHandle, &CurState);
283 eError = pComponent->GetState(pHandle, &CurState);
314 eError = pComponent->GetState (hComponent, &state);
315 APP_DPRINT("%d Error returned from GetState\n",__LINE__);
317 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)(
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 399 specification for details on the GetState method.
401 OMX_ERRORTYPE (*GetState)(
OMX_Core.h     [all...]
  /system/media/wilhelm/tests/sandbox/
playbq.c 353 result = (*playerBufferQueue)->GetState(playerBufferQueue, &bufqstate);
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 90 (*caller)->GetState(caller, &state);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 683 eError = pComponent->GetState(pHandle, &CurState);
692 eError = pComponent->GetState(pHandle, &CurState);
720 eError = pComponent->GetState (hComponent, &state);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 258 eError = pComponent->GetState(pHandle, &CurState);
260 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
268 eError = pComponent->GetState(pHandle, &CurState);
270 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
291 eError = pComponent->GetState (hComponent, &state);
293 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 190 AudioMixer::State AudioMixerAlsa::GetState() const {
  /external/v8/src/
deoptimizer.h 357 Smi* GetState() const { return state_; }
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 64 component->GetState = &qc_omx_component_get_state;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 139 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
224 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 122 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
200 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 142 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
221 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 141 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
216 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 144 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
224 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 132 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
205 pHandle->GetState = GetState;
    [all...]

Completed in 2003 milliseconds

1 2 34 5 6 7