Home
last modified time | relevance | path

Searched refs:pixFormat (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dcodecbase.h65 .pixFormat = DEFALUT_PIXFORMAT},
72 .pixFormat = DEFALUT_PIXFORMAT},
79 .pixFormat = DEFALUT_PIXFORMAT},
86 .pixFormat = DEFALUT_PIXFORMAT}};
93 .pixFormat = HEVC_DECODER_PIXFORMAT},
100 .pixFormat = HEVC_DECODER_PIXFORMAT}};
107 .pixFormat = DEFALUT_PIXFORMAT},
114 .pixFormat = DEFALUT_PIXFORMAT},
121 .pixFormat = DEFALUT_PIXFORMAT},
128 .pixFormat
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.cpp63 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in DoRender()
64 RenderBase renBase(pixFormat); in DoRender()
114 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in DoDrawShadow()
115 RenderBase renBase(pixFormat); in DoDrawShadow()
136 pixf2.Attach(pixFormat, shadowRect.GetLeft(), shadowRect.GetTop(), shadowRect.GetRight(), shadowRect.GetBottom()); in DoDrawShadow()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_list_unit_test.cpp116 "sampleRate=%s; pixFormat=%s; bitDepth=%s; profiles=%s; " \ in HWTEST_F()
126 GetPrintInfo(one.pixFormat).c_str(), GetPrintInfo(one.bitDepth).c_str(), in HWTEST_F()
149 EXPECT_TRUE(!cap.pixFormat.empty()); in HWTEST_F()
/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()
/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 null"); in GetSupportedFormats()
100 return pixFormat; in GetSupportedFormats()
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp57 (void)parcel.WriteInt32Vector(capabilityData.pixFormat); in Marshalling()
133 parcel.ReadInt32Vector(&capabilityData.pixFormat); in Unmarshalling()
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp102 g_layerInfo.pixFormat = HDI_LAYER_PIXEL_FORMAT; in OpenLayer()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dbuffer_converter_unit_test.cpp66 const GraphicPixelFormat pixFormat) in CreateSurfaceAVBuffer()
72 .format = pixFormat, in CreateSurfaceAVBuffer()
65 CreateSurfaceAVBuffer(const int32_t width, const int32_t height, const GraphicPixelFormat pixFormat) CreateSurfaceAVBuffer() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp159 userCap.pixFormat = GetSupportedFormat(hdiVideoCap); in HdiCapToUserCap()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp678 .pixFormat = static_cast<HDI::Display::Composer::V1_0::PixelFormat>(layerInfo.pixFormat), in CreateLayer()
H A Dhdi_layer.cpp134 .pixFormat = GRAPHIC_PIXEL_FMT_RGBA_8888, in CreateLayer()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h162 GraphicPixelFormat pixFormat; /**< Pixel format of the layer */
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h163 std::vector<int32_t> pixFormat; member
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H A Davcodec_info_coverage_unit_test.cpp50 .pixFormat = {1, 2, 3}
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp246 bool paramValid = IsSupported(capData.pixFormat, pixelFormat); in PixelFormatChecker()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp990 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in OnBlendDraw()
991 RenderBase renBase(pixFormat); in OnBlendDraw()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1554 capsData.pixFormat = {static_cast<int32_t>(VideoPixelFormat::NV12), in GetCodecCapability()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1479 capsData.pixFormat = { in GetCodecCapability()

Completed in 21 milliseconds