Home
last modified time | relevance | path

Searched refs:bufferFormat (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp160 const auto bufferFormat = buffer->GetFormat(); in NeedForceCPU() local
161 if (bufferFormat == GRAPHIC_PIXEL_FMT_YCRCB_420_SP || bufferFormat == GRAPHIC_PIXEL_FMT_YCBCR_420_SP) { in NeedForceCPU()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1067 Format bufferFormat; in FillFrameBuffer() local
1068 bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_HEIGHT, height_); in FillFrameBuffer()
1069 bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, surfaceStride); in FillFrameBuffer()
1070 bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, static_cast<int32_t>(targetPixelFmt)); in FillFrameBuffer()
1071 ret = WriteBufferData(bufferMemory, scaleData_, scaleLineSize_, bufferFormat); in FillFrameBuffer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h278 Drawing::BitmapFormat CreateBitmapFormat(int32_t bufferFormat);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp847 Drawing::BitmapFormat DrawSurfaceBufferOpItem::CreateBitmapFormat(int32_t bufferFormat) in CreateBitmapFormat() argument
849 bool isRgbx = bufferFormat == OH_NativeBuffer_Format::NATIVEBUFFER_PIXEL_FMT_RGBX_8888; in CreateBitmapFormat()

Completed in 7 milliseconds