/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_listener_proxy.h | 31 void OnOutputFormatChanged(const Format &format) override; 45 void OnOutputFormatChanged(const Format &format) override;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/ |
H A D | image_receiver_context.h | 67 void SetFormat(int32_t format) in SetFormat() argument 69 format_ = format; in SetFormat()
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/ |
H A D | recorder_sink.h | 29 #include "format.h" 51 int32_t SetOutputFormat(OutputFormat format); 66 int32_t SetParameter(int32_t trackId, const Format &format);
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.h | 41 int32_t SetOutputFormat(OutputFormatType format); 55 int32_t SetParameter(int32_t sourceId, const Format &format);
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/ |
H A D | recorder_client.h | 40 int32_t SetOutputFormat(OutputFormatType format); 54 int32_t SetParameter(int32_t sourceId, const Format &format);
|
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case26_init001.py | 56 host.shell("hdc -t {} shell kill -9 `pidof samgr`".format(self.sn))
71 host.shell("hdc -t {} shell kill -9 `pidof samgr`".format(self.sn))
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/ |
H A D | tlv_protocol.cpp | 20 void TlvProtocol::SetFormat(const ProtocolFormat &format) in SetFormat() argument 22 format_ = format; in SetFormat()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/ |
H A D | log_print.h | 39 static void Log(Level level, const std::string &tag, const char *func, int line, const char *format, ...); 43 static void PreparePrivateLog(const char *format, std::string &outStrFormat);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/ |
H A D | icamera_source_data_process.h | 29 DCameraStreamConfig(int32_t width, int32_t height, int32_t format, int32_t dataspace, in DCameraStreamConfig() argument 31 : width_(width), height_(height), format_(format), dataspace_(dataspace), encodeType_(encodeType), in DCameraStreamConfig()
|
/kernel/linux/linux-5.10/include/linux/pinctrl/ |
H A D | pinconf-generic.h | 74 * the threshold value is given on a custom format as argument when 94 * supplies, the argument to this parameter (on a custom format) tells 98 * this parameter (on a custom format) tells the driver which alternative 101 * or latch delay (on outputs) this parameter (in a custom format) 109 * presented using the packed format. 168 .param = a, .display = b, .format = c, .has_arg = d \ 174 const char * const format; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | debug.h | 55 int ui__error(const char *format, ...) __printf(1, 2); 56 int ui__warning(const char *format, ...) __printf(1, 2);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_overlay.h | 138 VMwareVideoGetAttributes(const SVGAOverlayFormat format, /* IN */ in VMwareVideoGetAttributes() argument 153 switch (format) { in VMwareVideoGetAttributes()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ |
H A D | ia_css_fpn.host.c | 83 my_info.format = info->format; in ia_css_fpn_configure()
|
/kernel/linux/linux-6.6/include/linux/pinctrl/ |
H A D | pinconf-generic.h | 79 * the threshold value is given on a custom format as argument when 103 * supplies, the argument to this parameter (on a custom format) tells 106 * or latch delay (on outputs) this parameter (in a custom format) 111 * this parameter (on a custom format) tells the driver which alternative 117 * presented using the packed format. 178 .param = a, .display = b, .format = c, .has_arg = d \ 184 const char * const format; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ |
H A D | ia_css_fpn.host.c | 85 my_info.format = info->format; in ia_css_fpn_configure()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | util.h | 61 static inline void flow_log(const char *format, ...) in flow_log() argument 69 static inline void packet_log(const char *format, ...) in packet_log() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-cru.h | 96 * @format: active V4L2 pixel format 133 struct v4l2_pix_format format; member 148 const struct v4l2_format_info *rzg2l_cru_format_from_pixel(u32 format);
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | vtable.rs | 64 let gen_const_name = format!("HAS_{}", f.to_uppercase()); 83 let gen_const_name = format!("HAS_{}", f.to_uppercase());
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | radixtree.py | 38 .format(radix_tree_root_type.get_type(), root.type)) 86 raise gdb.GdbError("No entry in tree at index {}".format(index))
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_maps.c | 54 if ((fMap != NULL) && (fMap->fsMgt != NULL) && (fMap->fsMgt->format != NULL)) { in OsVfsFsMgtFormat() 55 ret = fMap->fsMgt->format(partName, data); in OsVfsFsMgtFormat()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | error_private.h | 77 void _force_has_format_string(const char *format, ...) { in _force_has_format_string() argument 78 (void)format; in _force_has_format_string()
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __main__.py | 69 LOG.warning(notice_zh.format(resource_path=resource_path)) 70 LOG.warning(notice_en.format(resource_path=resource_path))
|
/third_party/elfutils/backends/ |
H A D | ppc_corenote.c | 135 .name = "nip", .type = ELF_T_ADDR, .format = 'x', \ 140 .name = "orig_gpr3", .type = TYPE_LONG, .format = 'd', \
|
/third_party/fsverity-utils/lib/ |
H A D | lib_private.h | 61 libfsverity_do_error_msg(const char *format, va_list va); 64 libfsverity_error_msg(const char *format, ...);
|
/third_party/glslang/ |
H A D | gen_extension_headers.py | 82 raise Exception("Expected path after {}".format(opt)) 90 raise Exception("Unknown flag {}".format(opt))
|