Home
last modified time | relevance | path

Searched defs:pixelFmt (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp203 GraphicPixelFormat pixelFmt = iter->second; in AllocOutput() local
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_heif_encode_test.cpp114 … static sptr<NativeBuffer> AllocateNativeBuffer(uint32_t width, uint32_t height, uint32_t pixelFmt) in AllocateNativeBuffer()
134 …static ImageItem CreateImageItem(ImgType imageType, uint32_t pixelFmt, bool needAllocPixelBuffer =… in CreateImageItem()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp92 …uffer> HeifHardwareDecoder::AllocateOutputBuffer(uint32_t width, uint32_t height, int32_t pixelFmt) in AllocateOutputBuffer()
234 int32_t pixelFmt = surfaceBuffer->GetFormat(); in GetUvPlaneOffsetFromSurfaceBuffer() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp460 static void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstSt… in GetYUVStrideInfo()
527 int32_t pixelFmt = sb->GetFormat(); in CreateMemory() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp237 cJSON *pixelFmt = nullptr; in FromJson() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.cpp408 int pixelFmt; in ParseResourceParam() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp442 auto pixelFmt = param.buffer->GetFormat(); in GetIntersectImageFromGL() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp204 int32_t pixelFmt = sBuffer->GetFormat(); in SetYuvDataInfo() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp236 static void GetYUVStrideInfo(int32_t pixelFmt, OH_NativeBuffer_Planes *planes, YUVStrideInfo &dstSt… in GetYUVStrideInfo()
295 int32_t pixelFmt = sb->GetFormat(); in CreateMemory() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp219 auto pixelFmt = buffer->GetFormat(); in CreateEglImageFromBuffer() local
H A Drs_base_render_util.cpp920 Drawing::ColorType RSBaseRenderUtil::GetColorTypeFromBufferFormat(int32_t pixelFmt) in GetColorTypeFromBufferFormat()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h101 std::optional<PixelFmt> pixelFmt; member
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h115 std::optional<PixelFmt> pixelFmt; member
H A Dhencoder.cpp343 void HEncoder::CalcInputBufSize(PortInfo &info, VideoPixelFormat pixelFmt) in CalcInputBufSize()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp334 Media::PixelFormat pixelFmt = Media::PixelFormat::RGB_565; variable