/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/ |
H A D | codecbase.h | 65 .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 D | draw_canvas.cpp | 63 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 D | hcodec_list_unit_test.cpp | 116 "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 D | codeclist_core.cpp | 79 if (find(data.pixFormat.begin(), data.pixFormat.end(), targetPixelFormat) == data.pixFormat.end()) { in CheckVideoPixelFormat()
|
/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 null"); in GetSupportedFormats() 100 return pixFormat; in GetSupportedFormats()
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | codeclist_parcel.cpp | 57 (void)parcel.WriteInt32Vector(capabilityData.pixFormat); in Marshalling() 133 parcel.ReadInt32Vector(&capabilityData.pixFormat); in Unmarshalling()
|
/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 102 g_layerInfo.pixFormat = HDI_LAYER_PIXEL_FORMAT; in OpenLayer()
|
/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() 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 D | hcodec_list.cpp | 159 userCap.pixFormat = GetSupportedFormat(hdiVideoCap); in HdiCapToUserCap()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 678 .pixFormat = static_cast<HDI::Display::Composer::V1_0::PixelFormat>(layerInfo.pixFormat), in CreateLayer()
|
H A D | hdi_layer.cpp | 134 .pixFormat = GRAPHIC_PIXEL_FMT_RGBA_8888, in CreateLayer()
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 162 GraphicPixelFormat pixFormat; /**< Pixel format of the layer */
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 163 std::vector<int32_t> pixFormat; member
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/ |
H A D | avcodec_info_coverage_unit_test.cpp | 50 .pixFormat = {1, 2, 3}
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_param_checker.cpp | 246 bool paramValid = IsSupported(capData.pixFormat, pixelFormat); in PixelFormatChecker()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 990 RenderPixfmtRgbaBlend pixFormat(renderBuffer); in OnBlendDraw() 991 RenderBase renBase(pixFormat); in OnBlendDraw()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 1554 capsData.pixFormat = {static_cast<int32_t>(VideoPixelFormat::NV12), in GetCodecCapability()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 1479 capsData.pixFormat = { in GetCodecCapability()
|