Searched refs:callbackObject (Results 1 – 5 of 5) sorted by relevance
46 struct callbackObject { struct51 callbackObject(int32_t index, AMediaCodecBufferInfo* info) in callbackObject() function54 callbackObject(int32_t index) : bufferIndex{index}, isInput{true} {} in callbackObject() argument56 callbackObject() : bufferIndex{-1}, isInput{false} {} in callbackObject() function63 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 …]
27 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 …]
329 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()
854 callbackObject element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()1316 callbackObject element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()1421 callbackObject element = mAsyncHandle.getOutput(); in testGetBufferFormatInRunningState()
259 callbackObject element = mAsyncHandle.getInput(); in queueCodecConfig()