/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 110 int32_t* outBytesPerStride) { in lock() argument 111 return lockAsync(handle, usage, bounds, vaddr, -1, outBytesPerPixel, outBytesPerStride); in lock() 133 int32_t* outBytesPerStride) { in lockAsync() argument 135 outBytesPerStride); in lockAsync() 141 int32_t* outBytesPerStride) { in lockAsync() argument 147 outBytesPerStride); in lockAsync()
|
D | GraphicBuffer.cpp | 263 int32_t* outBytesPerStride) { in lock() argument 265 status_t res = lock(inUsage, lockBounds, vaddr, outBytesPerPixel, outBytesPerStride); in lock() 270 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lock() argument 280 outBytesPerStride); in lock() 313 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lockAsync() argument 316 lockAsync(inUsage, lockBounds, vaddr, fenceFd, outBytesPerPixel, outBytesPerStride); in lockAsync() 321 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lockAsync() argument 322 return lockAsync(inUsage, inUsage, rect, vaddr, fenceFd, outBytesPerPixel, outBytesPerStride); in lockAsync() 327 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lockAsync() argument 337 vaddr, fenceFd, outBytesPerPixel, outBytesPerStride); in lockAsync()
|
D | Gralloc2.cpp | 231 int32_t* outBytesPerStride) const { in lock() 235 if (outBytesPerStride) { in lock() 236 *outBytesPerStride = -1; in lock()
|
D | Gralloc3.cpp | 192 int32_t* outBytesPerStride) const { in lock() 218 if (outBytesPerStride) { in lock() 219 *outBytesPerStride = tmpBytesPerStride; in lock()
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferMapper.h | 64 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 73 int32_t* outBytesPerStride = nullptr); 77 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
|
D | GraphicBuffer.h | 185 int32_t* outBytesPerStride = nullptr); 187 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 196 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 198 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 201 int32_t* outBytesPerStride = nullptr);
|
D | Gralloc.h | 60 int32_t* outBytesPerStride) const = 0;
|
D | Gralloc3.h | 56 int32_t* outBytesPerStride) const override;
|
D | Gralloc2.h | 57 int32_t* outBytesPerStride) const override;
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 64 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 73 int32_t* outBytesPerStride = nullptr); 77 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
|
D | GraphicBuffer.h | 185 int32_t* outBytesPerStride = nullptr); 187 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 196 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 198 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr); 201 int32_t* outBytesPerStride = nullptr);
|
D | Gralloc2.h | 57 int32_t* outBytesPerStride) const override;
|
/frameworks/native/libs/nativewindow/ |
D | AHardwareBuffer.cpp | 98 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in AHardwareBuffer_lockAndGetInfo() argument 100 if (outBytesPerStride) *outBytesPerStride = -1; in AHardwareBuffer_lockAndGetInfo() 147 if (outBytesPerStride) *outBytesPerStride = bytesPerStride; in AHardwareBuffer_lockAndGetInfo()
|
/frameworks/native/libs/nativewindow/include/android/ |
D | hardware_buffer.h | 520 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) __INTRODUCED_IN(29);
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 366 int32_t outBytesPerPixel, outBytesPerStride; in createFromHidlMemory() local 368 graphicBuffer->lock(usage, &gBuffer, &outBytesPerPixel, &outBytesPerStride); in createFromHidlMemory()
|