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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset);
48 mOutputStream.write(buffer, offset, bytesCount);
49 offset += bytesCount;
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 637 ASSERT_LE((*Info)[frameID].bytesCount,
639 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount);
640 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount);
651 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags,
    [all...]
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 685 ASSERT_LE((*Info)[frameID].bytesCount,
687 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount);
688 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount);
699 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags,
777 int bytesCount = 0;
782 if (!(eleInfo >> bytesCount)) break;
785 Info.push_back({bytesCount, flags, timestamp});
    [all...]
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 390 int bytesCount = samplesPerFrame * nChannels * 2;
411 ASSERT_LE(bytesCount,
413 eleStream.read(ipBuffer, bytesCount);
414 if (eleStream.gcount() != bytesCount) break;
418 omxNode, iBuffer, index, bytesCount, flags, timestamp));
  /frameworks/base/core/jni/
android_view_TextureView.cpp 160 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
163 bitmap.setInfo(convertPixelFormat(buffer), bytesCount);
  /frameworks/base/core/jni/android/graphics/
GraphicBuffer.cpp 194 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat());
201 bytesCount);
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.h 102 int bytesCount;
336 size_t bufferIndex, int bytesCount, uint32_t flags,
media_hidl_test_common.cpp 567 size_t bufferIndex, int bytesCount, uint32_t flags,
580 t.attr.preset.rangeLength = bytesCount;
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 886 milliseconds