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

1 2 3 45 6 7

  /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...]
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 209 ExitOnError( (*queueItf)->GetState(queueItf, &decQueueState) );
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 150 (*caller)->GetState(caller, &state);
  /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-linux.cc 957 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
969 while ((state = SamplerRegistry::GetState()) !=
ic.h 640 State GetState() { return ComputeState(target()); }
platform-win32.cc     [all...]
  /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/webkit/Source/WebKit/wx/
WebView.h 317 int GetState() const { return m_state; }
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 150 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
222 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 120 static OMX_ERRORTYPE GetState(OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
185 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 150 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
227 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 133 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
219 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 146 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
226 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 140 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE hComp, OMX_STATETYPE* pState);
209 pHandle->GetState = GetState;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 109 static OMX_ERRORTYPE GetState(OMX_HANDLETYPE hComp,
625 pHandle->GetState = GetState;
    [all...]

Completed in 378 milliseconds

1 2 3 45 6 7