Lines Matching refs:toArrayMode
153 virtual std::unique_ptr<InputBuffers> toArrayMode(size_t size) = 0;
207 virtual std::unique_ptr<OutputBuffers> toArrayMode(size_t size) = 0;
727 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::InputBuffersArray
809 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::LinearInputBuffers
953 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::GraphicMetadataInputBuffers
1017 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::GraphicInputBuffers
1060 std::unique_ptr<CCodecBufferChannel::InputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::DummyInputBuffers
1087 std::unique_ptr<CCodecBufferChannel::OutputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::OutputBuffersArray
1236 std::unique_ptr<CCodecBufferChannel::OutputBuffers> toArrayMode( in toArrayMode() function in android::__anon5ff58d220111::FlexOutputBuffers
2043 *buffers = (*buffers)->toArrayMode(kMinInputBufferArraySize); in getInputBufferArray()
2054 *buffers = (*buffers)->toArrayMode(kMinOutputBufferArraySize); in getOutputBufferArray()
2210 *buffers = (*buffers)->toArrayMode(kMinInputBufferArraySize); in start()
2350 (*buffers) = (*buffers)->toArrayMode(kMinOutputBufferArraySize); in start()