Searched refs:bytesCount (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 573 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 …]
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 865 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/ |
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 621 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 …]
|
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 318 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/ |
D | media_hidl_test_common.h | 125 int bytesCount; member 363 size_t bufferIndex, int bytesCount, uint32_t flags,
|
D | media_hidl_test_common.cpp | 577 size_t bufferIndex, int bytesCount, uint32_t flags, in dispatchInputBuffer() argument 590 t.attr.preset.rangeLength = bytesCount; in dispatchInputBuffer()
|