Searched refs:bytesPerPixel_ (Results 1 – 9 of 9) sorted by relevance
45 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()
31 bytesPerPixel_(bytesPerPixel), in OutputFrame()50 int32_t bytesPerPixel_; member
81 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()
50 uint32_t bytesPerPixel_ = 0; member
46 int32_t bytesPerPixel_ = 0; variable
258 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()
76 int32_t bytesPerPixel_ = 4; // default four bytes for each pixel variable
361 frame->bytesPerPixel_ = RATE_UV; in ConvertToAVSharedMemory()384 frame->bytesPerPixel_ = RATE_UV; in ConvertToAVSharedMemory()
120 int32_t minStride = frame.width_ * frame.bytesPerPixel_; in CreatePixelMapData()