Searched refs:bufferSourceInput (Results 1 – 2 of 2) sorted by relevance
58 sp<BufferSourceInput> bufferSourceInput; variable1257 if (bufferSourceInput.get() && bufferSourceInputReset) { in createBufferInputSource()1258 bufferSourceInput.clear(); in createBufferInputSource()1260 if (!bufferSourceInput.get()) { in createBufferInputSource()1262 bufferSourceInput = new BQ_BufferSourceInput(1234, camera); in createBufferInputSource()1264 bufferSourceInput = new ST_BufferSourceInput(1234, camera); in createBufferInputSource()2053 if ( bufferSourceInput.get() ) { in deleteAllocatedMemory()2054 bufferSourceInput.clear(); in deleteAllocatedMemory()3563 if (bufferSourceInput.get()) { in functional_menu()3565 … bufferSourceInput->setInput(info, pictureFormatArray[pictureFormat], reprocParams); in functional_menu()
35 extern sp<BufferSourceInput> bufferSourceInput;1282 if (bufferSourceInput.get()) { in execute_functional_script()1284 bufferSourceInput->setInput(info, params.getPictureFormat(), reprocParams); in execute_functional_script()