Home
last modified time | relevance | path

Searched refs:bufferFormat (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_pool.cpp36 const uint32_t bufferFormat, in Init() argument
43 bufferFormat_ = bufferFormat; in Init()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_pool.h31 const uint32_t bufferFormat,
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_pool.h37 const uint32_t bufferFormat,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp186 const auto bufferFormat = buffer->GetFormat(); in NeedForceCPU() local
187 …if (bufferFormat == GRAPHIC_PIXEL_FMT_YCRCB_420_SP || bufferFormat == GRAPHIC_PIXEL_FMT_YCBCR_420_… in NeedForceCPU()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1070 Format bufferFormat; in FillFrameBuffer() local
1071 bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_HEIGHT, height_); in FillFrameBuffer()
1072 bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_WIDTH, surfaceStride); in FillFrameBuffer()
1073bufferFormat.PutIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, static_cast<int32_t>(targetPixe… in FillFrameBuffer()
1074 ret = WriteBufferData(bufferMemory, scaleData_, scaleLineSize_, bufferFormat); in FillFrameBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h305 static Drawing::BitmapFormat CreateBitmapFormat(int32_t bufferFormat);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp888 Drawing::BitmapFormat DrawSurfaceBufferOpItem::CreateBitmapFormat(int32_t bufferFormat) in CreateBitmapFormat() argument
890 switch (bufferFormat) { in CreateBitmapFormat()