Home
last modified time | relevance | path

Searched refs:bytesCount (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp573 ASSERT_LE((*Info)[frameID].bytesCount, in decodeNFrames()
575 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount); in decodeNFrames()
576 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount); in decodeNFrames()
587 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags, in decodeNFrames()
782 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local
787 if (!(eleInfo >> bytesCount)) break; in TEST_P()
790 Info.push_back({bytesCount, flags, timestamp}); in TEST_P()
793 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
952 int bytesCount = 0; in TEST_P() local
957 if (!(eleInfo >> bytesCount)) break; in TEST_P()
[all …]
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp865 uint32_t xFramerate, int bytesCount, in encodeNFrames() argument
932 bytesCount, in encodeNFrames()
940 omxNode, iBuffer, index, bytesCount, flags, timestamp)); in encodeNFrames()
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp621 ASSERT_LE((*Info)[frameID].bytesCount, in decodeNFrames()
623 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount); in decodeNFrames()
624 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount); in decodeNFrames()
635 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags, in decodeNFrames()
713 int bytesCount = 0; in TEST_P() local
718 if (!(eleInfo >> bytesCount)) break; in TEST_P()
721 Info.push_back({bytesCount, flags, timestamp}); in TEST_P()
866 int bytesCount = 0; in TEST_P() local
870 if (!(eleInfo >> bytesCount)) break; in TEST_P()
873 Info.push_back({bytesCount, flags, timestamp}); in TEST_P()
[all …]
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp318 int bytesCount = samplesPerFrame * nChannels * 2; in encodeNFrames() local
339 ASSERT_LE(bytesCount, in encodeNFrames()
341 eleStream.read(ipBuffer, bytesCount); in encodeNFrames()
342 if (eleStream.gcount() != bytesCount) break; in encodeNFrames()
346 omxNode, iBuffer, index, bytesCount, flags, timestamp)); in encodeNFrames()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h125 int bytesCount; member
363 size_t bufferIndex, int bytesCount, uint32_t flags,
Dmedia_hidl_test_common.cpp577 size_t bufferIndex, int bytesCount, uint32_t flags, in dispatchInputBuffer() argument
590 t.attr.preset.rangeLength = bytesCount; in dispatchInputBuffer()