Home
last modified time | relevance | path

Searched refs:sbBuffer (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp398 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*>(dstMemory->extend.data); in AllocPixelMapMemory() local
399 dstRowStride = sbBuffer->GetStride(); in AllocPixelMapMemory()
499 SurfaceBuffer *sbBuffer = reinterpret_cast<SurfaceBuffer*>(GetFd()); in SetMemoryName() local
500 int fd = sbBuffer->GetFileDescriptor(); in SetMemoryName()
1105 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*>(context_); in SetRowDataSizeForImageInfo() local
1106 SetRowStride(sbBuffer->GetStride()); in SetRowDataSizeForImageInfo()
2246 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*>(context_); in WriteMemInfoToParcel() local
2247 if (sbBuffer == nullptr) { in WriteMemInfoToParcel()
2251 GSError ret = sbBuffer->WriteToMessageParcel(static_cast<MessageParcel&>(parcel)); in WriteMemInfoToParcel()
3431 SurfaceBuffer* sbBuffer in GenSrcTransInfo() local
3482 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*>(memoryInfo.memory->extend.data); GendstTransInfo() local
4037 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*>(GetFd()); ApplyColorSpace() local
[all...]
H A Dpixel_yuv.cpp968 SurfaceBuffer *sbBuffer = reinterpret_cast<SurfaceBuffer *>(GetFd()); in ApplyColorSpace() local
969 rowStride = static_cast<uint64_t>(sbBuffer->GetStride()); in ApplyColorSpace()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp882 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*> (context.pixelsBuffer.context); in HeapMemAlloc() local
883 rowStride = static_cast<uint64_t>(sbBuffer->GetStride()); in HeapMemAlloc()
2040 auto* sbBuffer = reinterpret_cast<SurfaceBuffer*>(context.pixelsBuffer.context); in HeapMemAlloc() local
2041 int32_t rowStride = sbBuffer->GetStride(); in HeapMemAlloc()
2211 auto* sbBuffer = reinterpret_cast<SurfaceBuffer*>(context.pixelsBuffer.context); in HeapMemAlloc() local
2212 int32_t rowStride = sbBuffer->GetStride(); in HeapMemAlloc()
H A Dext_encoder.cpp548 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*> (pixelMap->GetFd()); in EncodeImageByPixelMap() local
549 rowStride = static_cast<uint64_t>(sbBuffer->GetStride()); in EncodeImageByPixelMap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp469 auto sbBuffer = reinterpret_cast<SurfaceBuffer*>(pixelMap->GetFd()); in DumpPixelMap() local
470 totalSize = static_cast<int32_t>(sbBuffer->GetSize()); in DumpPixelMap()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp469 SurfaceBuffer* sbBuffer = reinterpret_cast<SurfaceBuffer*> (context.pixelsBuffer.context); in DoSwDecode() local
470 rowStride = sbBuffer->GetStride(); in DoSwDecode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp521 auto sbBuffer = reinterpret_cast<SurfaceBuffer *>(dstMemory->extend.data); in AllocDmaMemory()
522 targetRowStride = sbBuffer->GetStride(); in AllocDmaMemory()

Completed in 20 milliseconds