Home
last modified time | relevance | path

Searched refs:bytesPerPixel_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/src/
H A Dheif_decoder.cpp45 bytesPerPixel_ = 0; in Reset()
57 if (heifDecoderInterface_->ConversionSupported(opts.desiredPixelFormat, bytesPerPixel_)) { in SetDecodeOptions()
92 return heifDecoderInterface_->OnGetPixels(heifSize_, heifSize_.width * bytesPerPixel_, context); in Decode()
131 if (!IsHeifImageParaValid(heifSize_, bytesPerPixel_)) { in AllocHeapBuffer()
135 … uint64_t byteCount = static_cast<uint64_t>(heifSize_.width) * heifSize_.height * bytesPerPixel_; in AllocHeapBuffer()
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_avmetadatahelper_service.h31 bytesPerPixel_(bytesPerPixel), in OutputFrame()
50 int32_t bytesPerPixel_; member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp81 bufferInfo.bytesPerPixel_ = bufferInfo.bitsPerPixel_ / BITS_PER_BYTES; in UpdatePixelInfo()
89 … bufferInfo.size_ = bufferInfo.widthStride_ * bufferInfo.heightStride_ * bufferInfo.bytesPerPixel_; in UpdateRGBStrideAndSize()
166 priBuffer->stride = bufferInfo.widthStride_ * bufferInfo.bytesPerPixel_; in AllocMem()
H A Dallocator.h50 uint32_t bytesPerPixel_ = 0; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libheifplugin/include/
H A Dheif_decoder.h46 int32_t bytesPerPixel_ = 0; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp258 bytesPerPixel_ = 2; // RGB_565 2 bytes each pixel in GetWebpDecodeMode()
367 output.u.RGBA.stride = webpSize_.width * bytesPerPixel_; in InitWebpOutput()
517 … uint64_t byteCount = static_cast<uint64_t>(webpSize_.width * webpSize_.height * bytesPerPixel_); in AllocOutputBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h76 int32_t bytesPerPixel_ = 4; // default four bytes for each pixel variable
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp361 frame->bytesPerPixel_ = RATE_UV; in ConvertToAVSharedMemory()
384 frame->bytesPerPixel_ = RATE_UV; in ConvertToAVSharedMemory()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp120 int32_t minStride = frame.width_ * frame.bytesPerPixel_; in CreatePixelMapData()