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

1 2

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 65 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; }
66 IntSize containerSize() const { return m_containerSize; }
  /system/media/wilhelm/tests/sandbox/
srcsink.c 47 format_pcm.containerSize = 16;
148 format_pcm.containerSize = 8;
153 format_pcm.containerSize = 32;
158 format_pcm.containerSize = 16;
configbq.c 112 format_pcm.containerSize = format->bitsPerSample;
intbufq.c 116 pcm.containerSize = 16;
playbq.c 245 format_pcm.containerSize = format_pcm.bitsPerSample;
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 103 void SVGImage::setContainerSize(const IntSize& containerSize)
105 if (containerSize.isEmpty())
115 rootElement->setContainerSize(containerSize);
  /cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp 162 formatPcmSnk.containerSize = 16;
213 pcm.containerSize = 16;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 141 void CachedImage::setImageContainerSize(const IntSize& containerSize)
144 m_image->setContainerSize(containerSize);
  /system/media/wilhelm/src/
data.c 419 if (pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) {
421 } else if (pDataFormat->mPCM.containerSize != pDataFormat->mPCM.bitsPerSample) {
425 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
426 (unsigned) pDataFormat->mPCM.containerSize,
    [all...]
  /system/media/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 208 pcm.containerSize = 16;
slesTestSawtoothBufferQueue.cpp 173 pcm.containerSize = 16;
slesTestDecodeToBuffQueue.cpp 351 pcm.containerSize = 16;
slesTestFeedback.cpp 305 pcm.containerSize = 16;
  /external/quake/quake/src/WinQuake/
snd_android.cpp 160 pcm.containerSize = 16;
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 124 pcm.containerSize = 16;
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 386 XAuint32 containerSize;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]

Completed in 232 milliseconds

1 2