HomeSort by relevance Sort by last modified time
    Searched refs:itemsLength (Results 1 - 9 of 9) sorted by null

  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.cpp 55 const SLAndroidBufferItem *pItems, SLuint32 itemsLength,
75 while (itemsLength > 0) {
78 if (itemsLength < sizeof(SLAndroidBufferItem)) {
82 itemsLength -= sizeof(SLAndroidBufferItem);
86 if (itemsLength < itemDataSizeWithAlignmentPadding) {
90 itemsLength -= itemDataSizeWithAlignmentPadding;
299 SLuint32 itemsLength)
307 } else if ((itemsLength > 0) && (NULL == pItems)) {
308 SL_LOGE("Enqueue failure: non-zero items length %u but NULL items pointer", itemsLength);
310 } else if ((0 == dataLength) && (0 == itemsLength)) {
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 93 XAuint32 itemsLength /* input */
118 XAuint32 itemsLength
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 307 SLuint32 itemsLength /* input */
332 SLuint32 itemsLength
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 81 SLuint32 itemsLength __unused /* input */)
138 if (itemsLength !=0) {
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 131 XAuint32 itemsLength /* input */)
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 100 XAuint32 itemsLength /* input */)
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 365 b.append("ItemsLength: ");
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 237 SLuint32 itemsLength __unused /* input */)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 162 XAuint32 itemsLength __unused)
    [all...]

Completed in 257 milliseconds