HomeSort by relevance Sort by last modified time
    Searched refs:GetState (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 209 ExitOnError( (*queueItf)->GetState(queueItf, &decQueueState) );
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 150 (*caller)->GetState(caller, &state);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 419 result = (*playerBufferQueue)->GetState(playerBufferQueue, &bufqstate);
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 138 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
233 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 139 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
214 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 372 eError = pComponent->GetState(pHandle, &CurState);
408 eError = pComponent->GetState (hComponent, &state);
410 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 139 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
215 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 286 eError = pComponent->GetState(pHandle, &CurState);
331 eError = pComponent->GetState (hComponent, &state);
333 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 353 eError = pComponent->GetState(pHandle, &CurState);
385 eError = pComponent->GetState (hComponent, &state);
388 APP_DPRINT("%d :: App: Error returned from GetState\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 134 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
204 pHandle->GetState = GetState;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 291 Socket::ConnState AsyncHttpsProxySocket::GetState() const {
545 Socket::ConnState AsyncSocksProxySocket::GetState() const {
win32socketserver.cc 391 Socket::ConnState Win32Socket::GetState() const {
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1045 virtual float GetState(int BlobID) = 0;
    [all...]
  /external/v8/src/
platform-freebsd.cc 756 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
772 while ((state = SamplerRegistry::GetState()) !=
platform-linux.cc 1138 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
1149 while ((state = SamplerRegistry::GetState()) !=
    [all...]
platform-openbsd.cc 838 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
849 while ((state = SamplerRegistry::GetState()) !=
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 273 eError1 = pComponent->GetState(pHandle, &CurState);
317 eError1 = pComponent->GetState (hComponent, &state);
320 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 161 eError = pComponent->GetState(pHandle, &CurState);
168 eError = pComponent->GetState(pHandle, &CurState);
    [all...]
  /external/openfst/src/include/fst/
compose-filter.h 73 T GetState() const { return state_; }

Completed in 969 milliseconds

1 2 3 45 6 7 8