Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 26 – 50 of 494) sorted by relevance

12345678910>>...20

/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DHDREncoderTestBase.java68 protected void enqueueInput(int bufferIndex) { in enqueueInput()
80 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
H A DCodecDecoderMultiAccessUnitTestBase.java90 protected void enqueueInput(int bufferIndex) { in enqueueInput()
163 private void dequeueOutputs(int bufferIndex, ArrayDeque<MediaCodec.BufferInfo> infos) { in dequeueOutputs()
H A DCodecDecoderBlockModelMultiAccessUnitTestBase.java81 protected void enqueueInput(int bufferIndex) { in enqueueInput()
154 private void dequeueOutputs(int bufferIndex, ArrayDeque<MediaCodec.BufferInfo> infos) { in dequeueOutputs()
H A DCodecEncoderTestBase.java385 protected void enqueueInput(int bufferIndex) { in enqueueInput()
445 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderInterfaceVariableInfoMap.h141 ShaderInterfaceVariableInfoMap::getEmulatedXfbBufferInfo(uint32_t bufferIndex) const
163 ShaderInterfaceVariableInfoMap::getEmulatedXfbBufferBinding(uint32_t bufferIndex) const
H A DContextVk.cpp1973 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size(); ++bufferIndex) in renderPassUsesStorageResources() local
1994 for (uint32_t bufferIndex = 0; bufferIndex < atomicCounterBuffers.size(); ++bufferIndex) in renderPassUsesStorageResources() local
3058 for (size_t bufferIndex = 0; bufferIndex < bufferCount; ++bufferIndex) in handleDirtyGraphicsTransformFeedbackBuffersEmulation() local
3118 for (size_t bufferIndex = 0; bufferIndex < bufferCount; ++bufferIndex) in handleDirtyGraphicsTransformFeedbackBuffersExtension() local
3134 for (size_t bufferIndex = 1; bufferIndex < bufferCount; ++bufferIndex) in handleDirtyGraphicsTransformFeedbackBuffersExtension() local
6523 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size(); ++bufferIndex) in updateShaderResourcesWithSharedCacheKey() local
6534 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size(); ++bufferIndex) in updateShaderResourcesWithSharedCacheKey() local
6545 for (uint32_t bufferIndex = 0; bufferIndex < blocks.size(); ++bufferIndex) in updateShaderResourcesWithSharedCacheKey() local
6691 for (size_t bufferIndex = 0; bufferIndex < bufferCount; ++bufferIndex) in onBeginTransformFeedback() local
7055 for (uint32_t bufferIndex = 0; bufferIndex < atomicCounterBufferCount; ++bufferIndex) in writeAtomicCounterBufferDriverUniformOffsets() local
[all …]
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/
H A DVideoEncoderAdaptiveBitRateTest.java133 protected void enqueueInput(int bufferIndex) { in enqueueInput()
142 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
H A DVideoEncoderValidationTestBase.java165 protected void enqueueInput(int bufferIndex) { in enqueueInput()
217 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DMediaSyncTest.java615 public AudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in AudioBuffer()
732 public void releaseOutputBuffer(int bufferIndex, long renderTimestampNs) { in releaseOutputBuffer()
813 public void checkReturnedAudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in checkReturnedAudioBuffer()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DDecoderDynamicColorAspectTest.java279 protected void enqueueInput(int bufferIndex, ByteBuffer buffer, MediaCodec.BufferInfo info) { in enqueueInput()
304 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
H A DEncodeDecodeAccuracyTest.java322 private void dequeueEncoderOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueEncoderOutput()
474 protected void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
/aosp_15_r20/external/skia/src/core/
H A DSkMD5.cpp44 unsigned int bufferIndex = (unsigned int)(this->byteCount & 0x3F); in write() local
79 unsigned int bufferIndex = (unsigned int)(this->byteCount & 0x3F); in finish() local
/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp107 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput()
112 bool NativeCodecUnitTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()
709 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState() local
859 int bufferIndex = 0; in testGetOutputBufferInRunningState() local
1327 int bufferIndex = 0; in testReleaseOutputBufferInRunningState() local
1433 int bufferIndex = 0; in testGetBufferFormatInRunningState() local
/aosp_15_r20/system/chre/host/common/
H A Dlog_message_parser.cc159 size_t bufferIndex = 0; in log() local
268 size_t bufferIndex = 0; in logV2() local
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
H A DScreenRecordingRunnable.kt87 val bufferIndex = encoder.dequeueOutputBuffer(bufferInfo, TIMEOUT_MS) in run() constant
/aosp_15_r20/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()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/
Dtypes.h279 uint32_t bufferIndex __attribute__ ((aligned(4))); member
297 uint32_t bufferIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/
Dtypes.h279 uint32_t bufferIndex __attribute__ ((aligned(4))); member
297 uint32_t bufferIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/
Dtypes.h279 uint32_t bufferIndex __attribute__ ((aligned(4))); member
297 uint32_t bufferIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/
Dtypes.h279 uint32_t bufferIndex __attribute__ ((aligned(4))); member
297 uint32_t bufferIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/camera/device/1.0/[email protected]_genc++_headers/gen/android/hardware/camera/device/1.0/
Dtypes.h279 uint32_t bufferIndex __attribute__ ((aligned(4))); member
297 uint32_t bufferIndex __attribute__ ((aligned(4))); member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/1.0/[email protected]_genc++/gen/android/hardware/camera/device/1.0/
DCameraDeviceAll.cpp1176 …rdware::details::HidlInstrumentor *_hidl_this_instrumentor, uint32_t memId, uint32_t bufferIndex) { in _hidl_releaseRecordingFrame()
1238 …tails::HidlInstrumentor *_hidl_this_instrumentor, uint32_t memId, uint32_t bufferIndex, const ::an… in _hidl_releaseRecordingFrameHandle()
1998 …rdware::Return<void> BpHwCameraDevice::releaseRecordingFrame(uint32_t memId, uint32_t bufferIndex){ in releaseRecordingFrame()
2004 …id> BpHwCameraDevice::releaseRecordingFrameHandle(uint32_t memId, uint32_t bufferIndex, const ::an… in releaseRecordingFrameHandle()
3058 uint32_t bufferIndex; in _hidl_releaseRecordingFrame() local
3115 uint32_t bufferIndex; in _hidl_releaseRecordingFrameHandle() local
/aosp_15_r20/cts/tests/video/src/android/video/cts/
H A DCodecPerformanceTestBase.java373 void enqueueDecoderInput(int bufferIndex) { in enqueueDecoderInput()
386 void dequeueDecoderOutput(int bufferIndex, MediaCodec.BufferInfo info, boolean render) { in dequeueDecoderOutput()
/aosp_15_r20/frameworks/av/media/ndk/fuzzer/
H A Dndk_async_codec_fuzzer.cpp241 void NdkAsyncCodecFuzzer::invokeInputBufferAPI(AMediaCodec* codec, int32_t bufferIndex) { in invokeInputBufferAPI()
273 void NdkAsyncCodecFuzzer::invokeOutputBufferAPI(AMediaCodec* codec, int32_t bufferIndex, in invokeOutputBufferAPI()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBufferDataTest.cpp2384 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
2395 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
2413 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local
2438 for (GLsizei bufferIndex = 0; bufferIndex < bufferCnt; ++bufferIndex) in TEST_P() local

12345678910>>...20