/foundation/multimedia/av_codec/services/engine/base/ |
H A D | codecbase.cpp | 94 int32_t CodecBase::GetInputFormat(Format& format) in GetInputFormat() argument 96 (void)format; in GetInputFormat()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | newsurface.cpp | 53 OH_Drawing_BitmapFormat format = { OH_Drawing_ColorFormat::COLOR_FORMAT_RGBA_8888, in OnTestFunction() local 55 OH_Drawing_BitmapBuild(bm, w, h, &format); in OnTestFunction()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_image_gles.h | 35 uint32_t format; // GL_RGB etc member 62 static GpuImagePlatformDataGL GetPlatformData(const DeviceGLES& device, BASE_NS::Format format);
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_g711mu_decoder_plugin.h | 30 int32_t Init(const Format &format) override; 46 int32_t CheckInit(const Format &format);
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/ |
H A D | audio_g711mu_encoder_plugin.h | 30 int32_t Init(const Format &format) override; 47 int32_t CheckFormat(const Format &format);
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | bitmap_test.cpp | 34 BitmapFormat format { COLORTYPE_RGBA_8888, ALPHATYPE_OPAQUE }; in TestDrawBitmap() 35 bmp.Build(BITMAP_WIDTH, BITMAP_HEIGHT, format); // bitmap width and height in TestDrawBitmap()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_frame_windows.cpp | 65 Drawing::BitmapFormat format { Drawing::COLORTYPE_RGBA_8888, Drawing::ALPHATYPE_PREMUL }; in CreateSurface() 66 bitmap_->Build(width_, height_, format); in CreateSurface()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_decoder.h | 27 int32_t OnConfigure(const Format &format) override; 28 int32_t SetupPort(const Format &format);
|
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | audio_video_muxer.h | 43 int32_t Create(OH_AVOutputFormat format, std::shared_ptr<Media::PhotoAssetProxy> photoAssetProxy); 44 int32_t AddTrack(int &trackId, std::shared_ptr<Format> format, TrackType type);
|
/foundation/multimedia/av_codec/services/services/codeclist/ipc/ |
H A D | codeclist_service_stub.h | 36 std::string FindDecoder(const Media::Format &format) override; 37 std::string FindEncoder(const Media::Format &format) override;
|
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/ |
H A D | avmuxer_sample.cpp | 30 bool AVMuxerSample::CreateMuxer(int32_t fd, const OH_AVOutputFormat format) in CreateMuxer() argument 32 muxer_ = AVMuxerMockFactory::CreateMuxer(fd, format); in CreateMuxer()
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_sink_type.h | 65 int32_t format; member 76 int32_t format; member
|
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case01_listen001.py | 37 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(self.sn))
38 host.shell("hdc -t {} shell hilog -d /system/bin/samgr".format(self.sn))
|
H A D | case25_selinux001.py | 37 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(self.sn))
38 host.shell("hdc -t {} shell hilog -d /system/bin/samgr".format(self.sn))
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | log_print.h | 40 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...); 44 static void PreparePrivateLog(const char *format, std::string &outStrFormat);
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/ |
H A D | encode_video_callback.cpp | 40 void EncodeVideoCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged() argument 48 targetEncoderNode->OnOutputFormatChanged(format); in OnOutputFormatChanged()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_video_callback.cpp | 41 void DecodeVideoCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged() argument 49 targetDecoderNode->OnOutputFormatChanged(format); in OnOutputFormatChanged()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
H A D | image_decoder_callback.cpp | 57 void ImageDecoderCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged() argument 65 decoder->OnOutputFormatChanged(format); in OnOutputFormatChanged()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/ |
H A D | image_encoder_callback.cpp | 57 void ImageEncoderCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged() argument 65 encoder->OnOutputFormatChanged(format); in OnOutputFormatChanged()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | dc_common.c | 84 if (plane_state->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN in build_prescale_params() 85 && plane_state->format != SURFACE_PIXEL_FORMAT_INVALID in build_prescale_params()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_log.h | 64 __printf(2, 3) int esas2r_log(const long level, const char *format, ...); 67 const char *format,
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | lockdep.h | 52 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__)
|
/kernel/linux/linux-6.6/include/drm/bridge/ |
H A D | dw_mipi_dsi.h | 35 unsigned long mode_flags, u32 lanes, u32 format, 56 u32 lanes, u32 format);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | dc_common.c | 84 if (plane_state->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN in build_prescale_params() 85 && plane_state->format != SURFACE_PIXEL_FORMAT_INVALID in build_prescale_params()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_log.h | 64 __printf(2, 3) int esas2r_log(const long level, const char *format, ...); 67 const char *format,
|