Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DMediaCodecSurfaceEncoder.java225 private void dequeueDecoderOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueDecoderOutput()
240 private void enqueueDecoderInput(int bufferIndex) { in enqueueDecoderInput()
331 private void enqueueDecoderEOS(int bufferIndex) { in enqueueDecoderEOS()
339 private void dequeueEncoderOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueEncoderOutput()
H A DMediaCodecBase.java59 public void onInputBufferAvailable(MediaCodec codec, int bufferIndex) { in onInputBufferAvailable()
67 public void onOutputBufferAvailable(MediaCodec codec, int bufferIndex, in onOutputBufferAvailable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java238 int bufferIndex = mCodec.dequeueInputBuffer(TIMEOUT); in encode() local
260 int bufferIndex = mCodec.dequeueInputBuffer(TIMEOUT); in endStream() local
269 int bufferIndex = mCodec.dequeueOutputBuffer(bufferInfo, TIMEOUT); in writeOutput() local
/aosp12/system/chre/host/common/
H A Dlog_message_parser_base.cc100 size_t bufferIndex = 0; in log() local
116 size_t bufferIndex = 0; in logV2() local
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DVideoTrackTranscoder.cpp400 void VideoTrackTranscoder::enqueueInputSample(int32_t bufferIndex) { in enqueueInputSample()
453 void VideoTrackTranscoder::transferBuffer(int32_t bufferIndex, AMediaCodecBufferInfo bufferInfo) { in transferBuffer()
469 void VideoTrackTranscoder::dequeueOutputSample(int32_t bufferIndex, in dequeueOutputSample()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java77 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
H A DGpuVideoTrackDecoder.java107 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
H A DTrackDecoder.java67 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info); in onDataAvailable()
H A DCpuVideoTrackDecoder.java81 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DInputBufferManager.h189 size_t bufferIndex; member
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java859 private void renderFullRes(int bufferIndex) { in renderFullRes()
868 private void renderThumbnail(int bufferIndex) { in renderThumbnail()
883 private void removeItem(int bufferIndex) { in removeItem()
1092 private void fadeAndScaleRightViewItem(int bufferIndex) { in fadeAndScaleRightViewItem()
1476 int bufferIndex = findItemInBufferByAdapterIndex(index); in updateInsertion() local
1660 private void updateViewItem(int bufferIndex) { in updateViewItem()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DLineBreakBufferedWriter.java43 private int bufferIndex; field in LineBreakBufferedWriter
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp835 uint32_t memId, uint32_t bufferIndex, const native_handle_t* handle) { in releaseRecordingFrameLocked()
878 Return<void> CameraDevice::releaseRecordingFrame(uint32_t memId, uint32_t bufferIndex) { in releaseRecordingFrame()
886 uint32_t memId, uint32_t bufferIndex, const hidl_handle& frame) { in releaseRecordingFrameHandle()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp542 size_t bufferIndex, PortMode portMode) { in dispatchOutputBuffer()
577 size_t bufferIndex, int bytesCount, uint32_t flags, in dispatchInputBuffer()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputBufferManager.cpp381 for (const size_t& bufferIndex : bufferIndices) { in processNotifications() local
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp213 for (uint32_t bufferIndex = 0; bufferIndex < bufferNum; bufferIndex++) { in getBuffer() local
255 for (uint32_t bufferIndex = 0; bufferIndex < bufferNum; bufferIndex++) { in getBuffer() local
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp711 size_t bufferIndex = *mAvailEncoderInputIndices.begin(); in feedEncoderInputBuffers() local
H A DMediaCodec.cpp4578 status_t MediaCodec::queueCSDInputBuffer(size_t bufferIndex) { in queueCSDInputBuffer()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DResponderLocation.java862 int bufferIndex = bufferBitOffset / Byte.SIZE; // The byte index that contains the bit in getBitAtBitOffsetInByteArray() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp3121 int32_t bufferIndex = mMemory.getHeapBufferIndex(ppBuffer->frameNumber); in postprocFail() local
3228 int32_t bufferIndex = in streamCbRoutine() local
3424 int32_t bufferIndex = in handleOfflinePpCallback() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp488 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers() local
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp1138 uint32_t bufferIndex, int64_t timestamp __unused) { in dataCallbackTimestamp()
1153 uint32_t data __unused, uint32_t bufferIndex, in handleCallbackTimestamp()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...