/hardware/intel/common/libva/va/ |
D | sysdeps.h | 51 # define va_log_error(buffer) do { ALOGE("%s", buffer); } while (0) argument 52 # define va_log_info(buffer) do { ALOGI("%s", buffer); } while (0) argument 54 # define va_log_error(buffer) do { LOGE("%s", buffer); } while (0) argument 55 # define va_log_info(buffer) do { LOGI("%s", buffer); } while (0) argument 60 #define va_log_error(buffer) do { \ argument 66 #define va_log_info(buffer) do { \ argument
|
D | va_trace.c | 299 void *buffer = NULL; in va_TraceSurface() local 754 VABufferID buffer, in va_TraceVABuffers() 800 VABufferID __maybe_unused buffer, in va_TraceVAPictureParameterBufferMPEG2() 838 VABufferID __maybe_unused buffer, in va_TraceVAIQMatrixBufferMPEG2() 865 VABufferID __maybe_unused buffer, in va_TraceVASliceParameterBufferMPEG2() 896 VABufferID __maybe_unused buffer, in va_TraceVAPictureParameterBufferJPEG() 921 VABufferID __maybe_unused buffer, in va_TraceVAIQMatrixBufferJPEG() 950 VABufferID __maybe_unused buffer, in va_TraceVASliceParameterBufferJPEG() 979 VABufferID __maybe_unused buffer, in va_TraceVAHuffmanTableBufferJPEG() 1025 VABufferID __maybe_unused buffer, in va_TraceVAPictureParameterBufferMPEG4() [all …]
|
/hardware/interfaces/confirmationui/support/test/ |
D | android_cbor_test.cpp | 81 uint8_t buffer[0x1000]; in TEST() local 92 uint8_t buffer[0x1000]; in TEST() local 105 uint8_t buffer[20]; in TEST() local 113 uint8_t buffer[20]; in TEST() local 121 uint8_t buffer[20]; in TEST() local 129 uint8_t buffer[20]; in TEST() local 137 uint8_t buffer[20]; in TEST() local 145 uint8_t buffer[20]; in TEST() local 153 uint8_t buffer[20]; in TEST() local 161 uint8_t buffer[20]; in TEST() local
|
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
D | Mapper.h | 71 void* buffer = addImportedBuffer(bufferHandle); in importBuffer() local 82 Return<Error> freeBuffer(void* buffer) override { in freeBuffer() 91 Return<void> lock(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion, in lock() 112 Return<void> lockYCbCr(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion, in lockYCbCr() 134 Return<void> unlock(void* buffer, IMapper::unlock_cb hidl_cb) override { in unlock() 159 virtual native_handle_t* removeImportedBuffer(void* buffer) { in removeImportedBuffer() 163 virtual const native_handle_t* getImportedBuffer(void* buffer) const { in getImportedBuffer()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.cpp | 189 buffer_handle_t buffer) { in CheckDeviceAndHandle() 279 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer, in GetBackingStore() 291 gralloc1_error_t GrallocImpl::GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetConsumerUsage() 301 gralloc1_error_t GrallocImpl::GetBufferDimensions(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferDimensions() 313 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer, in GetColorFormat() 323 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() 333 gralloc1_error_t GrallocImpl::GetProducerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetProducerUsage() 344 gralloc1_error_t GrallocImpl::GetBufferStride(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferStride() 368 gralloc1_error_t GrallocImpl::RetainBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in RetainBuffer() 379 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() [all …]
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 64 bool Codec2Buffer::copyLinear(const std::shared_ptr<C2Buffer> &buffer) { in copyLinear() 106 bool LocalLinearBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() 113 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) in DummyContainerBuffer() 127 bool DummyContainerBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() 153 bool LinearBlockBuffer::copy(const std::shared_ptr<C2Buffer> &buffer) { in copy() 170 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) { in Allocate() 186 const std::shared_ptr<C2Buffer> &buffer) in ConstLinearBlockBuffer() 516 sp<ABuffer> buffer = converter.wrap(); in Allocate() local 536 const sp<ABuffer> &buffer, in GraphicBlockBuffer() 571 ANativeWindowBuffer *buffer = (ANativeWindowBuffer *)meta->pBuffer; in asC2Buffer() local [all …]
|
D | CCodecBufferChannel.cpp | 221 void submit(const sp<MediaCodecBuffer> &buffer) { in submit() 293 sp<ABuffer> buffer = new VectorBuffer(std::move(*it), shared_from_this()); in newBuffer() local 415 size_t assignSlot(const sp<Codec2Buffer> &buffer) { in assignSlot() 438 bool releaseSlot(const sp<MediaCodecBuffer> &buffer, std::shared_ptr<C2Buffer> *c2buffer) { in releaseSlot() 514 sp<Codec2Buffer> *buffer, in grabBuffer() 542 bool returnBuffer(const sp<MediaCodecBuffer> &buffer, std::shared_ptr<C2Buffer> *c2buffer) { in returnBuffer() 621 bool requestNewBuffer(size_t *index, sp<MediaCodecBuffer> *buffer) override { in requestNewBuffer() 633 const sp<MediaCodecBuffer> &buffer, std::shared_ptr<C2Buffer> *c2buffer) override { in releaseBuffer() 649 bool requestNewBuffer(size_t *index, sp<MediaCodecBuffer> *buffer) override { in requestNewBuffer() 664 const sp<MediaCodecBuffer> &buffer, std::shared_ptr<C2Buffer> *c2buffer) override { in releaseBuffer() [all …]
|
D | SkipCutBuffer.cpp | 59 void SkipCutBuffer::submit(MediaBuffer *buffer) { in submit() 92 void SkipCutBuffer::submitInternal(const sp<T>& buffer) { in submitInternal() 124 void SkipCutBuffer::submit(const sp<ABuffer>& buffer) { in submit() 128 void SkipCutBuffer::submit(const sp<MediaCodecBuffer>& buffer) { in submit()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.cpp | 201 buffer_handle_t buffer) { in CheckDeviceAndHandle() 291 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer, in GetBackingStore() 303 gralloc1_error_t GrallocImpl::GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetConsumerUsage() 313 gralloc1_error_t GrallocImpl::GetBufferDimensions(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferDimensions() 325 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer, in GetColorFormat() 335 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() 345 gralloc1_error_t GrallocImpl::GetProducerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetProducerUsage() 360 gralloc1_error_t GrallocImpl::GetBufferStride(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferStride() 392 gralloc1_error_t GrallocImpl::RetainBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in RetainBuffer() 403 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() [all …]
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.cpp | 207 buffer_handle_t buffer) { in CheckDeviceAndHandle() 297 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer, in GetBackingStore() 309 gralloc1_error_t GrallocImpl::GetConsumerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetConsumerUsage() 319 gralloc1_error_t GrallocImpl::GetBufferDimensions(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferDimensions() 331 gralloc1_error_t GrallocImpl::GetColorFormat(gralloc1_device_t *device, buffer_handle_t buffer, in GetColorFormat() 341 gralloc1_error_t GrallocImpl::GetLayerCount(gralloc1_device_t *device, buffer_handle_t buffer, in GetLayerCount() 351 gralloc1_error_t GrallocImpl::GetProducerUsage(gralloc1_device_t *device, buffer_handle_t buffer, in GetProducerUsage() 362 gralloc1_error_t GrallocImpl::GetBufferStride(gralloc1_device_t *device, buffer_handle_t buffer, in GetBufferStride() 386 gralloc1_error_t GrallocImpl::RetainBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in RetainBuffer() 397 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { in ReleaseBuffer() [all …]
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | GrallocLoader.h | 64 native_handle_t* remove(void* buffer) { in remove() 71 const native_handle_t* get(void* buffer) { in get() 91 native_handle_t* removeImportedBuffer(void* buffer) override { in removeImportedBuffer() 95 const native_handle_t* getImportedBuffer(void* buffer) const override { in getImportedBuffer()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 187 char buffer[BUFFER_LENGTH] = {}; in dump() local 279 auto buffer = std::make_shared<Buffer>(handle, backingStore, in allocate() local 332 const std::shared_ptr<Buffer>& buffer) in retain() 340 const std::shared_ptr<Buffer>& buffer) in release() 418 auto buffer = std::make_shared<Buffer>(bufferHandle, backingStore, in retain() local 440 const std::shared_ptr<Buffer>& buffer, in lock() 472 const std::shared_ptr<Buffer>& buffer, in lockFlex() 517 const std::shared_ptr<Buffer>& buffer, in unlock()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixbufferpool.c | 254 MixBuffer *buffer = NULL; in mix_bufferpool_initialize() local 295 MIX_RESULT mix_bufferpool_put(MixBufferPool * obj, MixBuffer * buffer) { in mix_bufferpool_put() 341 MIX_RESULT mix_bufferpool_get(MixBufferPool * obj, MixBuffer ** buffer) { in mix_bufferpool_get() 421 MixBuffer *buffer = NULL; in mix_bufferpool_deinitialize() local 457 mix_bufferpool_dumpbuffer(MixBuffer *buffer) in mix_bufferpool_dumpbuffer()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | GrallocWrapper.cpp | 44 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~GrallocWrapper() local 51 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~GrallocWrapper() local 157 auto buffer = const_cast<native_handle_t*>(bufferHandle); in freeBuffer() local 175 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lock() local 202 auto buffer = const_cast<native_handle_t*>(bufferHandle); in unlock() local
|
/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
D | MapperVts.cpp | 43 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local 50 auto buffer = const_cast<native_handle_t*>(bufferHandle); in ~Gralloc() local 154 auto buffer = const_cast<native_handle_t*>(bufferHandle); in freeBuffer() local 168 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lock() local 194 auto buffer = const_cast<native_handle_t*>(bufferHandle); in lockYCbCr() local 220 auto buffer = const_cast<native_handle_t*>(bufferHandle); in unlock() local
|
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/ |
D | AudioBufferManager.impl.h | 27 bool AudioBufferManager::wrap(const AudioBuffer& buffer, sp<AudioBufferWrapper>* wrapper) { in wrap() 59 AudioBufferWrapper::AudioBufferWrapper(const AudioBuffer& buffer) in AudioBufferWrapper()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.cpp | 102 char buffer[SIZE]; in dumpInternals() local 128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) in write() 144 char buffer[SIZE]; in dump() local 175 ssize_t AudioStreamInStub::read(void* buffer, ssize_t bytes) in read() 187 char buffer[SIZE]; in dump() local
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/ |
D | VideoDecoderAVCSecure.cpp | 65 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { in start() 102 Decode_Status VideoDecoderAVCSecure::processModularInputBuffer(VideoDecodeBuffer *buffer, vbp_data_… in processModularInputBuffer() 217 Decode_Status VideoDecoderAVCSecure::processClassicInputBuffer(VideoDecodeBuffer *buffer, vbp_data_… in processClassicInputBuffer() 296 Decode_Status VideoDecoderAVCSecure::decode(VideoDecodeBuffer *buffer) { in decode() 341 Decode_Status VideoDecoderAVCSecure::decodeFrame(VideoDecodeBuffer *buffer, vbp_data_h264 *data) { in decodeFrame() 473 Decode_Status VideoDecoderAVCSecure::parseClassicSliceHeader(VideoDecodeBuffer *buffer, vbp_data_h2… in parseClassicSliceHeader() 582 Decode_Status VideoDecoderAVCSecure::parseModularSliceHeader(VideoDecodeBuffer *buffer, vbp_data_h2… in parseModularSliceHeader()
|
/hardware/intel/img/hwcomposer/merrifield/common/buffers/ |
D | BufferManager.cpp | 131 void BufferManager::unlockDataBuffer(DataBuffer *buffer) in unlockDataBuffer() 141 void BufferManager::put(DataBuffer *buffer) in put() 146 BufferMapper* BufferManager::map(DataBuffer& buffer) in map() 244 DataBuffer *buffer = NULL; in allocFrameBuffer() local
|
D | GraphicBuffer.cpp | 43 bool GraphicBuffer::isProtectedBuffer(GraphicBuffer *buffer) in isProtectedBuffer() 61 bool GraphicBuffer::isCompressionBuffer(GraphicBuffer *buffer) in isCompressionBuffer()
|
/hardware/libhardware/modules/audio_remote_submix/tests/ |
D | remote_submix_tests.cpp | 100 void RemoteSubmixTest::GenerateData(char* buffer, size_t bufferSize) { in GenerateData() 133 audio_stream_in_t* streamIn, char* buffer, size_t bufferSize) { in ReadFromStream() 138 void RemoteSubmixTest::VerifyBufferAllZeroes(char* buffer, size_t bufferSize) { in VerifyBufferAllZeroes() 147 void RemoteSubmixTest::VerifyBufferNotZeroes(char* buffer, size_t bufferSize) { in VerifyBufferNotZeroes() 173 audio_stream_out_t* streamOut, const char* buffer, size_t bufferSize) { in WriteIntoStream() 180 std::unique_ptr<char[]> buffer(new char[bufferSize]); in WriteSomethingIntoStream() local 235 std::unique_ptr<char[]> buffer(new char[bufferSize]); in TEST_F() local
|
/hardware/ril/libril/ |
D | sap_service.cpp | 208 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in connectReq() local 248 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in disconnectReq() local 301 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in apduReq() local 343 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in transferAtrReq() local 385 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in powerReq() local 426 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in resetSimReq() local 469 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in transferCardReaderStatusReq() local 513 uint8_t *buffer = (uint8_t *)calloc(1, encodedSize); in setTransferProtocolReq() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/ |
D | GraphicBuffer.cpp | 43 bool GraphicBuffer::isProtectedBuffer(GraphicBuffer *buffer) in isProtectedBuffer() 61 bool GraphicBuffer::isCompressionBuffer(GraphicBuffer *buffer) in isCompressionBuffer()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraBufferMaps.cpp | 111 void *buffer) in QCameraBufferMaps() 173 void *buffer) in enqueue() 234 void *buffer) in makeSingletonBufMapList()
|
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | Mapper.h | 41 Return<Error> validateBufferSize(void* buffer, in validateBufferSize() 52 Return<void> getTransportSize(void* buffer, IMapper::getTransportSize_cb hidl_cb) { in getTransportSize()
|