Home
last modified time | relevance | path

Searched refs:pixFormat (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodecbase.h60 .pixFormat = DEFALUT_PIXFORMAT},
67 .pixFormat = DEFALUT_PIXFORMAT},
74 .pixFormat = DEFALUT_PIXFORMAT},
81 .pixFormat = DEFALUT_PIXFORMAT}};
88 .pixFormat = HEVC_DECODER_PIXFORMAT},
95 .pixFormat = HEVC_DECODER_PIXFORMAT}};
102 .pixFormat = DEFALUT_PIXFORMAT},
109 .pixFormat = DEFALUT_PIXFORMAT},
116 .pixFormat = DEFALUT_PIXFORMAT},
123 .pixFormat = DEFALUT_PIXFORMAT},
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_layer_info_v10.md26 | enum [PixelFormat](_display_v10.md#pixelformat)[pixFormat](#pixformat) | 图层像素格式 |
52 ### pixFormat subsection
55 enum PixelFormat LayerInfo::pixFormat
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp318 CodecVideoPortFormatParam pixFormat; variable
319 InitExtParam(pixFormat);
321 pixFormat.codecColorIndex = 0;
323 reinterpret_cast<int8_t *>(&pixFormat), sizeof(pixFormat));
330 CodecVideoPortFormatParam pixFormat; variable
331 InitExtParam(pixFormat);
333 pixFormat.codecColorIndex = 0;
335 reinterpret_cast<int8_t *>(&pixFormat), sizeof(pixFormat));
452 InitExtParam(pixFormat);
454 pixFormat.codecColorIndex = 0;
[all …]
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp121 CodecVideoPortFormatParam pixFormat; variable
122 func_->InitExtParam(pixFormat);
123 pixFormat.portIndex = outputIndex;
124 pixFormat.codecColorIndex = 0;
137 CodecVideoPortFormatParam pixFormat; variable
138 func_->InitExtParam(pixFormat);
139 pixFormat.portIndex = inputIndex;
140 pixFormat.codecColorIndex = 0;
280 func_->InitExtParam(pixFormat);
281 pixFormat.portIndex = inputIndex;
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp63 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in DoRender() local
64 RenderBase renBase(pixFormat); in DoRender()
114 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in DoDrawShadow() local
115 RenderBase renBase(pixFormat); in DoDrawShadow()
136 …pixf2.Attach(pixFormat, shadowRect.GetLeft(), shadowRect.GetTop(), shadowRect.GetRight(), shadowRe… in DoDrawShadow()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp79 …if (find(data.pixFormat.begin(), data.pixFormat.end(), targetPixelFormat) == data.pixFormat.end())… in CheckVideoPixelFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_list_unit_test.cpp126 GetPrintInfo(one.pixFormat).c_str(), GetPrintInfo(one.bitDepth).c_str(),
149 EXPECT_TRUE(!cap.pixFormat.empty());
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/
H A Dcodec_benchmark_omx_test.cpp283 CodecVideoPortFormatParam pixFormat; in BENCHMARK_F() local
284 InitExtParam(pixFormat); in BENCHMARK_F()
285 pixFormat.portIndex = outputIndex; in BENCHMARK_F()
286 pixFormat.codecColorIndex = CODEC_NUM; in BENCHMARK_F()
289 ObjectToVector(pixFormat, inParam); in BENCHMARK_F()
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c375 buffer->height, buffer->pixFormat, buffer->pitch); in Flush()
412 buffer->pixFormat = priv->pixFmt; in GetLayerBuffer()
423 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp98 std::vector<int32_t> pixFormat = data_->pixFormat; in GetSupportedFormats() local
99 …CHECK_AND_RETURN_RET_LOG(pixFormat.size() != 0, pixFormat, "GetSupportedFormats failed: format is … in GetSupportedFormats()
100 return pixFormat; in GetSupportedFormats()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h292 PixelFormat pixFormat; /**< Pixel format of the layer */ member
326 PixelFormat pixFormat; /**< Pixel format of the buffer */ member
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp57 (void)parcel.WriteInt32Vector(capabilityData.pixFormat); in Marshalling()
134 parcel.ReadInt32Vector(&capabilityData.pixFormat); in Unmarshalling()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp50 PixelFormat pixFormat;
167 if (CONVERT_TABLE[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_device.cpp61 PixelFormat pixFormat;
80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dbuffer_converter_unit_test.cpp66 const GraphicPixelFormat pixFormat) in CreateSurfaceAVBuffer() argument
72 .format = pixFormat, in CreateSurfaceAVBuffer()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp102 g_layerInfo.pixFormat = HDI_LAYER_PIXEL_FORMAT; in OpenLayer()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h158 GraphicPixelFormat pixFormat; /**< Pixel format of the layer */ member
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp61 layerinfo.pixFormat = Composer::V1_0::PIXEL_FMT_BGRA_8888; in Init()
H A Dhdi_test_layer.cpp153 layerInfo_.width, layerInfo_.height, layerInfo_.pixFormat); in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp677 .pixFormat = static_cast<Composer::V1_0::PixelFormat>(layerInfo.pixFormat), in CreateLayer()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp154 userCap.pixFormat = GetSupportedFormat(hdiVideoCap); in HdiCapToUserCap()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h163 std::vector<int32_t> pixFormat; member
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp73 layerInfo.pixFormat = CONVERT_TABLE_FORMAT[GetData<uint32_t>() % lenFormat]; in GetLayerInfo()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c67 layInfo->pixFormat = PIXEL_FMT_RGBA_5551; in GetLayerInfo()

12