HomeSort by relevance Sort by last modified time
    Searched defs:currentComponent (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Core.c 145 EXYNOS_OMX_COMPONENT *currentComponent;
187 currentComponent = gLoadComponentList;
188 while (currentComponent->nextOMXComp != NULL) {
189 currentComponent = currentComponent->nextOMXComp;
191 currentComponent->nextOMXComp = loadComponent;
213 EXYNOS_OMX_COMPONENT *currentComponent;
229 currentComponent = gLoadComponentList;
234 while ((currentComponent != NULL) && (((EXYNOS_OMX_COMPONENT *)(currentComponent->nextOMXComp))->pOMXComponent != hComponent)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 402 const unsigned char* currentComponent = data(dataPosition);
404 // Mark the current component as consumed. Note that currentComponent will remain pointed at this
419 m_frames.last()->setDataSize(*currentComponent);
426 if (!strncmp((char*)currentComponent, "GIF89a", 6))
428 else if (!strncmp((char*)currentComponent, "GIF87a", 6))
440 m_screenWidth = GETINT16(currentComponent);
441 m_screenHeight = GETINT16(currentComponent + 2);
448 const size_t globalColorMapColors = 2 << (currentComponent[4] & 0x07);
450 if ((currentComponent[4] & 0x80) && globalColorMapColors > 0) { /* global map */
467 if (*currentComponent == '!') { // extension
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 59 milliseconds