/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 61 * @param bufferIndex The offset into the memory handle where the buffer 65 dataCallback(DataCallbackMsg msgType, MemoryId data, uint32_t bufferIndex, 73 * @param bufferIndex The offset into the memory handle where the buffer 79 dataCallbackTimestamp(DataCallbackMsg msgType, MemoryId data, uint32_t bufferIndex, 88 * @param bufferIndex The offset into the memory handle where the buffer 95 uint32_t bufferIndex, int64_t timestamp);
|
D | ICameraDevice.hal | 310 * @param bufferIndex The specific buffer index to return to the HAL. 312 releaseRecordingFrame(MemoryId memId, uint32_t bufferIndex); 325 * @param bufferIndex The specific buffer index to return to the HAL. 328 releaseRecordingFrameHandle(MemoryId memId, uint32_t bufferIndex, handle frame);
|
D | types.hal | 270 uint32_t bufferIndex; 288 uint32_t bufferIndex;
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 304 size_t bufferIndex, PortMode portMode) { in dispatchOutputBuffer() argument 311 t = (*buffArray)[bufferIndex].omxBuffer; in dispatchOutputBuffer() 314 omxNode->fillBuffer((*buffArray)[bufferIndex].id, t, fenceNh); in dispatchOutputBuffer() 324 omxNode->fillBuffer((*buffArray)[bufferIndex].id, t, fenceNh); in dispatchOutputBuffer() 332 buffArray->editItemAt(bufferIndex).owner = component; in dispatchOutputBuffer() 338 size_t bufferIndex, int bytesCount, uint32_t flags, in dispatchInputBuffer() argument 352 status = omxNode->emptyBuffer((*buffArray)[bufferIndex].id, t, in dispatchInputBuffer() 361 buffArray->editItemAt(bufferIndex).owner = component; in dispatchInputBuffer()
|
D | media_hidl_test_common.h | 288 size_t bufferIndex, 293 size_t bufferIndex, int bytesCount, uint32_t flags,
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice.cpp | 823 uint32_t memId, uint32_t bufferIndex, const native_handle_t* handle) { in releaseRecordingFrameLocked() argument 830 if (bufferIndex >= camMemory->mNumBufs) { in releaseRecordingFrameLocked() 832 __FUNCTION__, bufferIndex, camMemory->mNumBufs); in releaseRecordingFrameLocked() 835 void *data = ((uint8_t *) camMemory->mHidlHeapMemData) + bufferIndex * camMemory->mBufSize; in releaseRecordingFrameLocked() 849 __FUNCTION__, memId, bufferIndex); in releaseRecordingFrameLocked() 857 Return<void> CameraDevice::releaseRecordingFrame(uint32_t memId, uint32_t bufferIndex) { in releaseRecordingFrame() argument 860 releaseRecordingFrameLocked(memId, bufferIndex, nullptr); in releaseRecordingFrame() 865 uint32_t memId, uint32_t bufferIndex, const hidl_handle& frame) { in releaseRecordingFrameHandle() argument 869 memId, bufferIndex, frame.getNativeHandle()); in releaseRecordingFrameHandle() 879 msg.data, msg.bufferIndex, msg.frameData.getNativeHandle()); in releaseRecordingFrameHandleBatch()
|
D | CameraDevice_1_0.h | 95 Return<void> releaseRecordingFrame(uint32_t memId, uint32_t bufferIndex) override; 97 uint32_t memId, uint32_t bufferIndex, const hidl_handle& frame) override; 182 void releaseRecordingFrameLocked(uint32_t memId, uint32_t bufferIndex, const native_handle_t*);
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 505 uint32_t data, uint32_t bufferIndex, 509 uint32_t data, uint32_t bufferIndex, 514 uint32_t bufferIndex, int64_t timestamp) override; 635 uint32_t bufferIndex __unused, in dataCallback() 646 uint32_t bufferIndex, int64_t timestamp __unused) { in dataCallbackTimestamp() argument 649 mParent->mVideoBufferIndex = bufferIndex; in dataCallbackTimestamp() 661 uint32_t data __unused, uint32_t bufferIndex, in handleCallbackTimestamp() argument 665 mParent->mVideoBufferIndex = bufferIndex; in handleCallbackTimestamp() 682 mParent->mVideoBufferIndex = msg.bufferIndex; in handleCallbackTimestampBatch()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 816 * int32_t bufferIndex, 831 * @param bufferIndex is the new output buffer. 906 * int32_t bufferIndex, 928 * @param bufferIndex is the buffer handle to set.
|