Home
last modified time | relevance | path

Searched refs:callbackObject (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.h46 struct callbackObject { struct
51 callbackObject(int32_t index, AMediaCodecBufferInfo* info) in callbackObject() function
54 callbackObject(int32_t index) : bufferIndex{index}, isInput{true} {} in callbackObject() argument
56 callbackObject() : bufferIndex{-1}, isInput{false} {} in callbackObject() function
63 std::list<callbackObject> mCbInputQueue;
64 std::list<callbackObject> mCbOutputQueue;
72 void pushToInputList(callbackObject element);
73 void pushToOutputList(callbackObject element);
74 callbackObject getInput();
75 callbackObject getOutput();
[all …]
DNativeCodecTestBase.cpp27 callbackObject element{index}; in onAsyncInputAvailable()
36 callbackObject element{index, bufferInfo}; in onAsyncOutputAvailable()
69 void CodecAsyncHandler::pushToInputList(callbackObject element) { in pushToInputList()
75 void CodecAsyncHandler::pushToOutputList(callbackObject element) { in pushToOutputList()
81 callbackObject CodecAsyncHandler::getInput() { in getInput()
82 callbackObject element{-1}; in getInput()
96 callbackObject CodecAsyncHandler::getOutput() { in getOutput()
97 callbackObject element; in getOutput()
111 callbackObject CodecAsyncHandler::getWork() { in getWork()
112 callbackObject element; in getWork()
[all …]
DNativeCodecEncoderSurfaceTest.cpp329 callbackObject element = mAsyncHandleEncoder.getOutput(); in tryEncoderOutput()
371 callbackObject element = mAsyncHandleDecoder.getWork(); in queueEOS()
409 callbackObject element = mAsyncHandleDecoder.getOutput(); in queueEOS()
449 callbackObject element = mAsyncHandleDecoder.getWork(); in doWork()
DNativeCodecUnitTest.cpp854 callbackObject element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1316 callbackObject element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()
1421 callbackObject element = mAsyncHandle.getOutput(); in testGetBufferFormatInRunningState()
DNativeCodecDecoderTest.cpp259 callbackObject element = mAsyncHandle.getInput(); in queueCodecConfig()