/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/ |
H A D | codecbase.h | 60 .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.md | 26 | 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 D | codec_hdi_omx_test.cpp | 318 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 D | codec_hdi_omx_enc_test.cpp | 121 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 D | draw_canvas.cpp | 63 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 D | codeclist_core.cpp | 79 …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 D | hcodec_list_unit_test.cpp | 126 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 D | codec_benchmark_omx_test.cpp | 283 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 D | display_layer.c | 375 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 D | avcodec_info.cpp | 98 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 D | display_type.h | 292 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 D | codeclist_parcel.cpp | 57 (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 D | drm_device.cpp | 61 PixelFormat pixFormat; 80 if (convertTable[i].pixFormat == fmtIn) { in ConvertToDrmFormat()
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_gralloc_gbm.cpp | 50 PixelFormat pixFormat; 167 if (CONVERT_TABLE[i].pixFormat == fmtIn) { in ConvertFormatToDrm()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_device.cpp | 61 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 D | buffer_converter_unit_test.cpp | 66 const GraphicPixelFormat pixFormat) in CreateSurfaceAVBuffer() argument 72 .format = pixFormat, in CreateSurfaceAVBuffer()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 102 g_layerInfo.pixFormat = HDI_LAYER_PIXEL_FORMAT; in OpenLayer()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 158 GraphicPixelFormat pixFormat; /**< Pixel format of the layer */ member
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.cpp | 61 layerinfo.pixFormat = Composer::V1_0::PIXEL_FMT_BGRA_8888; in Init()
|
H A D | hdi_test_layer.cpp | 153 layerInfo_.width, layerInfo_.height, layerInfo_.pixFormat); in Init()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 677 .pixFormat = static_cast<Composer::V1_0::PixelFormat>(layerInfo.pixFormat), in CreateLayer()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_list.cpp | 154 userCap.pixFormat = GetSupportedFormat(hdiVideoCap); in HdiCapToUserCap()
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 163 std::vector<int32_t> pixFormat; member
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 73 layerInfo.pixFormat = CONVERT_TABLE_FORMAT[GetData<uint32_t>() % lenFormat]; in GetLayerInfo()
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 67 layInfo->pixFormat = PIXEL_FMT_RGBA_5551; in GetLayerInfo()
|