Searched refs:signalEOS (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 314 bool signalEOS = true) { in encodeNFrames() argument 344 if (signalEOS && (nFrames == 1)) flags |= OMX_BUFFERFLAG_EOS; in encodeNFrames()
|
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 592 AudioDecHidlTest::standardComp comp, bool signalEOS = true) { in decodeNFrames() argument 631 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
|
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 271 bool signalEOS = true) { in encodeNFrames() argument 298 if (signalEOS && (nFrames == 1)) in encodeNFrames()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 396 int offset, int range, bool signalEOS = true) { in decodeNFrames() argument 420 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 253 bool flushed = false,bool signalEOS = true) { in encodeNFrames() argument 278 if (signalEOS && (nFrames == 1)) in encodeNFrames()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 337 int offset, int range, bool signalEOS = true) { in decodeNFrames() argument 361 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 700 android::Vector<BufferInfo>* oBuffer, bool signalEOS, in testEOS() argument 711 if (signalEOS) { in testEOS()
|
D | media_hidl_test_common.h | 412 android::Vector<BufferInfo>* oBuffer, bool signalEOS,
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 545 bool signalEOS = true) { in decodeNFrames() argument 582 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 983 bool signalEOS = true, bool inputDataIsMeta = false, in encodeNFrames() argument 1053 if (signalEOS && (nFrames == 1)) flags |= OMX_BUFFERFLAG_EOS; in encodeNFrames()
|