/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
H A D | MediaCodecSurfaceEncoder.java | 225 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 D | MediaCodecBase.java | 59 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 D | ScreenInternalAudioRecorder.java | 238 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 D | log_message_parser_base.cc | 100 size_t bufferIndex = 0; in log() local 116 size_t bufferIndex = 0; in logV2() local
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/ |
H A D | VideoTrackTranscoder.cpp | 400 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 D | AudioTrackDecoder.java | 77 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
|
H A D | GpuVideoTrackDecoder.java | 107 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
|
H A D | TrackDecoder.java | 67 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info); in onDataAvailable()
|
H A D | CpuVideoTrackDecoder.java | 81 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 D | InputBufferManager.h | 189 size_t bufferIndex; member
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | FilmstripView.java | 859 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 D | LineBreakBufferedWriter.java | 43 private int bufferIndex; field in LineBreakBufferedWriter
|
/aosp12/hardware/interfaces/camera/device/1.0/default/ |
H A D | CameraDevice.cpp | 835 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 D | media_hidl_test_common.cpp | 542 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 D | InputBufferManager.cpp | 381 for (const size_t& bufferIndex : bufferIndices) { in processNotifications() local
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayDrmInterface.cpp | 213 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 D | MediaCodecSource.cpp | 711 size_t bufferIndex = *mAvailEncoderInputIndices.begin(); in feedEncoderInputBuffers() local
|
H A D | MediaCodec.cpp | 4578 status_t MediaCodec::queueCSDInputBuffer(size_t bufferIndex) { in queueCSDInputBuffer()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | ResponderLocation.java | 862 int bufferIndex = bufferBitOffset / Byte.SIZE; // The byte index that contains the bit in getBitAtBitOffsetInByteArray() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 3121 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 D | GeneratedTestHarness.cpp | 488 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers() local
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers() local
|
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/ |
H A D | VtsHalCameraProviderV2_4TargetTest.cpp | 1138 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 D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |