Home
last modified time | relevance | path

Searched refs:outBytesPerStride (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/libs/ui/
DGraphicBuffer.cpp45 int32_t* outBytesPerStride) { in resolveLegacyByteLayoutFromPlaneLayout() argument
60 if (outBytesPerStride) { in resolveLegacyByteLayoutFromPlaneLayout()
68 *outBytesPerStride = bytesPerStride; in resolveLegacyByteLayoutFromPlaneLayout()
70 *outBytesPerStride = -1; in resolveLegacyByteLayoutFromPlaneLayout()
298 int32_t* outBytesPerStride) { in lock() argument
300 status_t res = lock(inUsage, lockBounds, vaddr, outBytesPerPixel, outBytesPerStride); in lock()
305 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lock() argument
314 return lockAsync(inUsage, rect, vaddr, -1, outBytesPerPixel, outBytesPerStride); in lock()
343 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in lockAsync() argument
346 lockAsync(inUsage, lockBounds, vaddr, fenceFd, outBytesPerPixel, outBytesPerStride); in lockAsync()
[all …]
DGralloc2.cpp240 int32_t* outBytesPerStride) const { in lock()
244 if (outBytesPerStride) { in lock()
245 *outBytesPerStride = -1; in lock()
DGralloc3.cpp201 int32_t* outBytesPerStride) const { in lock()
227 if (outBytesPerStride) { in lock()
228 *outBytesPerStride = tmpBytesPerStride; in lock()
DGralloc5.cpp599 int32_t *outBytesPerStride) const { in lock()
601 if (outBytesPerStride) *outBytesPerStride = -1; in lock()
DGralloc4.cpp264 int32_t* outBytesPerStride) const { in lock()
266 if (outBytesPerStride) *outBytesPerStride = -1; in lock()
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h189 int32_t* outBytesPerStride = nullptr);
191 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
200 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
202 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
205 int32_t* outBytesPerStride = nullptr);
DGralloc3.h56 int32_t* outBytesPerStride) const override;
DGralloc2.h57 int32_t* outBytesPerStride) const override;
DGralloc.h64 int32_t* outBytesPerStride) const = 0;
DGralloc5.h53 int32_t *outBytesPerStride) const override;
DGralloc4.h61 int32_t* outBytesPerStride) const override;
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h189 int32_t* outBytesPerStride = nullptr);
191 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
200 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
202 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr);
205 int32_t* outBytesPerStride = nullptr);
/frameworks/base/libs/hostgraphics/ui/
DGraphicBuffer.h69 int32_t* outBytesPerPixel = nullptr, int32_t* outBytesPerStride = nullptr) {
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp191 int32_t* outBytesPerPixel, int32_t* outBytesPerStride) { in AHardwareBuffer_lockAndGetInfo() argument
193 if (outBytesPerStride) *outBytesPerStride = -1; in AHardwareBuffer_lockAndGetInfo()
240 if (outBytesPerStride) *outBytesPerStride = bytesPerStride; in AHardwareBuffer_lockAndGetInfo()
/frameworks/native/libs/nativewindow/include/android/
Dhardware_buffer.h610 int32_t* _Nonnull outBytesPerStride) __INTRODUCED_IN(29);
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp788 int32_t outBytesPerPixel, outBytesPerStride; in captureSurface() local
793 &outBytesPerStride); in captureSurface()