Home
last modified time | relevance | path

Searched refs:format (Results 11701 - 11725 of 12638) sorted by relevance

1...<<461462463464465466467468469470>>...506

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp30 #include <format>
1455 AUDIO_ERR_LOG("Check format failed invalid samplingRate:%{public}d", config.streamInfo.samplingRate); in CheckStreamInfoFormat()
1459 if (NotContain(AUDIO_SUPPORTED_FORMATS, config.streamInfo.format)) { in CheckStreamInfoFormat()
1460 AUDIO_ERR_LOG("Check format failed invalid format:%{public}d", config.streamInfo.format); in CheckStreamInfoFormat()
1465 AUDIO_ERR_LOG("Check format failed invalid encoding:%{public}d", config.streamInfo.encoding); in CheckStreamInfoFormat()
1471 AUDIO_ERR_LOG("Check format failed invalid channelLayout:%{public}" PRId64".", config.streamInfo.channelLayout); in CheckStreamInfoFormat()
1477 AUDIO_ERR_LOG("Check format failed invalid renderer channels:%{public}d", config.streamInfo.channels); in CheckStreamInfoFormat()
1482 AUDIO_ERR_LOG("Check format faile in CheckStreamInfoFormat()
[all...]
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp1823 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
1824 int32_t ret = OH_AVMuxer_Destroy(reinterpret_cast<OH_AVMuxer*>(format)); in HWTEST_F()
1826 OH_AVFormat_Destroy(format); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/atm/
H A Dfore200e.c69 #define DPRINTK(level, format, args...) do { if (CONFIG_ATM_FORE200E_DEBUG >= (level)) \
70 printk(FORE200E format, ##args); } while (0)
72 #define DPRINTK(level, format, args...) do {} while (0)
H A Deni.c60 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
62 #define DPRINTK(format,args...)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c482 static void __init prom_printf(const char *format, ...) in prom_printf() argument
490 va_start(args, format); in prom_printf()
491 for (p = format; *p != 0; p = q) { in prom_printf()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1128 "Pipe %d: width, height, x, y format:%d\n" in dcn20_enable_plane()
1132 plane_state->format, in dcn20_enable_plane()
1414 plane_state->format, in dcn20_update_dchubp_dpp()
1546 plane_state->format, in dcn20_update_dchubp_dpp()
2298 if (pipe_ctx->plane_state->format in dcn20_update_mpcc()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c499 static void __init prom_printf(const char *format, ...) in prom_printf() argument
507 va_start(args, format); in prom_printf()
508 for (p = format; *p != 0; p = q) { in prom_printf()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Datmel_mxt_ts.c248 struct v4l2_pix_format format; member
1342 dev_err(dev, "Bad format: failed to parse object\n"); in mxt_prepare_cfg_mem()
1354 dev_err(dev, "Bad format in T%d at %d\n", in mxt_prepare_cfg_mem()
1397 dev_err(dev, "Bad format in T%d at %d\n", in mxt_prepare_cfg_mem()
1502 dev_err(dev, "Bad format\n"); in mxt_update_cfg()
1525 dev_err(dev, "Bad format: failed to parse Info CRC\n"); in mxt_update_cfg()
1533 dev_err(dev, "Bad format: failed to parse Config CRC\n"); in mxt_update_cfg()
2487 struct v4l2_pix_format *f = &data->dbg.format; in mxt_set_input()
2528 f->fmt.pix = data->dbg.format; in mxt_vidioc_fmt()
2814 dev_err(dev, "Aborting: firmware file must be in binary format\ in mxt_check_firmware_format()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dclnt.c1304 * rpc_peeraddr2str - return remote peer address in printable format
1306 * @format: address format
1313 enum rpc_display_format_t format) in rpc_peeraddr2str()
1319 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str()
1320 return xprt->address_strings[format]; in rpc_peeraddr2str()
1312 rpc_peeraddr2str(struct rpc_clnt *clnt, enum rpc_display_format_t format) rpc_peeraddr2str() argument
/kernel/linux/linux-5.10/sound/pci/
H A Dens1370.c149 #define ES_MSFMTSEL (1<<15) /* MPEG serial data format; 0 = SONY, 1 = I2S */
867 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_playback1_prepare()
915 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_playback2_prepare()
955 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_capture_prepare()
H A Dmaestro3.c1245 snd_pcm_format_width(runtime->format) == 16 ? 0 : 1); in snd_m3_pcm_setup2()
1415 if (runtime->format != SNDRV_PCM_FORMAT_U8 && in snd_m3_pcm_prepare()
1416 runtime->format != SNDRV_PCM_FORMAT_S16_LE) in snd_m3_pcm_prepare()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-core.c696 if (p->format.type == V4L2_BUF_TYPE_SLICED_VBI_CAPTURE || in vidioc_create_bufs()
697 p->format.type == V4L2_BUF_TYPE_VBI_CAPTURE) { in vidioc_create_bufs()
698 r = vb2_queue_change_type(vdev->queue, p->format.type); in vidioc_create_bufs()
910 v4l2_info(&dev->v4l2_dev, "using %splanar format API\n", in vivid_detect_feature_set()
/kernel/linux/linux-6.6/drivers/atm/
H A Deni.c60 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
62 #define DPRINTK(format,args...)
H A Dfore200e.c68 #define DPRINTK(level, format, args...) do { if (CONFIG_ATM_FORE200E_DEBUG >= (level)) \
69 printk(FORE200E format, ##args); } while (0)
71 #define DPRINTK(level, format, args...) do {} while (0)
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Datmel_mxt_ts.c252 struct v4l2_pix_format format; member
1418 dev_err(dev, "Bad format: failed to parse object\n"); in mxt_prepare_cfg_mem()
1430 dev_err(dev, "Bad format in T%d at %d\n", in mxt_prepare_cfg_mem()
1473 dev_err(dev, "Bad format in T%d at %d\n", in mxt_prepare_cfg_mem()
1578 dev_err(dev, "Bad format\n"); in mxt_update_cfg()
1601 dev_err(dev, "Bad format: failed to parse Info CRC\n"); in mxt_update_cfg()
1609 dev_err(dev, "Bad format: failed to parse Config CRC\n"); in mxt_update_cfg()
2587 struct v4l2_pix_format *f = &data->dbg.format; in mxt_set_input()
2628 f->fmt.pix = data->dbg.format; in mxt_vidioc_fmt()
2914 dev_err(dev, "Aborting: firmware file must be in binary format\ in mxt_check_firmware_format()
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1712.c560 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_playback_prepare()
592 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_playback_ds_prepare()
628 if (snd_pcm_format_width(runtime->format) == 16) in snd_ice1712_capture_prepare()
2493 ice->spdif.cs8403_stream_bits = (0x01 | /* consumer format */ in snd_ice1712_create()
/kernel/linux/linux-6.6/sound/pci/
H A Dens1370.c141 #define ES_MSFMTSEL (1<<15) /* MPEG serial data format; 0 = SONY, 1 = I2S */
860 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_playback1_prepare()
908 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_playback2_prepare()
948 if (snd_pcm_format_width(runtime->format) == 16) in snd_ensoniq_capture_prepare()
H A Dmaestro3.c1240 snd_pcm_format_width(runtime->format) == 16 ? 0 : 1); in snd_m3_pcm_setup2()
1410 if (runtime->format != SNDRV_PCM_FORMAT_U8 && in snd_m3_pcm_prepare()
1411 runtime->format != SNDRV_PCM_FORMAT_S16_LE) in snd_m3_pcm_prepare()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dclnt.c1391 * rpc_peeraddr2str - return remote peer address in printable format
1393 * @format: address format
1400 enum rpc_display_format_t format) in rpc_peeraddr2str()
1406 if (xprt->address_strings[format] != NULL) in rpc_peeraddr2str()
1407 return xprt->address_strings[format]; in rpc_peeraddr2str()
1399 rpc_peeraddr2str(struct rpc_clnt *clnt, enum rpc_display_format_t format) rpc_peeraddr2str() argument
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp1431 TLayoutFormat format = ElfNone; in acceptTextureType() local
1435 format = parseContext.getLayoutFromTxType(token.loc, txType); in acceptTextureType()
1461 type.getQualifier().layoutFormat = format; in acceptTextureType()
/third_party/backends/backend/escl/
H A Descl.c1309 handler->ps.format = SANE_FRAME_RGB; in sane_open()
1736 DBG(10, "Unknown image format\n"); in sane_start()
1749 handler->ps.format = SANE_FRAME_RGB; in sane_start()
1776 p->format = SANE_FRAME_RGB; in sane_get_parameters()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java42 /* through to the generated Java code (with -format, if desired). */
68 /* 1998.06.06 change format to use round(); support rounding modes */
85 /* 1999.02.11 format() changed from 7 to 2 method form */
112 * <code>BigDecimal</code> class provide operations for fixed and floating point arithmetic, comparison, format
2043 * The parameters, for both forms of the <code>format</code> method are all of type <code>int</code>. A value of -1
2061 * {@link #format(int,int,int,int,int,int)}. Using the two-parameter form of the method has exactly the same effect
2074 public java.lang.String format(int before, int after) { in format() method in BigDecimal
2075 return format(before, after, -1, -1, com.ibm.icu.math.MathContext.SCIENTIFIC, ROUND_HALF_UP); in format()
2092 * for the integer part and decimal part of the result respectively, as defined for {@link #format(int,int)}. If
2148 public java.lang.String format(in method in BigDecimal
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java921 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed2()
949 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed3()
1777 + percent.format(rangeConstructorTime/patternConstructorTime-1); in CheckRangeSpeed()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java935 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed2()
963 + ", Utility: " + utime + ", u:j: " + nf.format(utime/jtime)); in CheckSpeed3()
1791 + percent.format(rangeConstructorTime/patternConstructorTime-1); in CheckRangeSpeed()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java43 /* through to the generated Java code (with -format, if desired). */
69 /* 1998.06.06 change format to use round(); support rounding modes */
86 /* 1999.02.11 format() changed from 7 to 2 method form */
113 * <code>BigDecimal</code> class provide operations for fixed and floating point arithmetic, comparison, format
1991 * The parameters, for both forms of the <code>format</code> method are all of type <code>int</code>. A value of -1
2009 * {@link #format(int,int,int,int,int,int)}. Using the two-parameter form of the method has exactly the same effect
2021 public java.lang.String format(int before, int after) { in format() method in BigDecimal
2022 return format(before, after, -1, -1, ohos.global.icu.math.MathContext.SCIENTIFIC, ROUND_HALF_UP); in format()
2039 * for the integer part and decimal part of the result respectively, as defined for {@link #format(int,int)}. If
2094 public java.lang.String format(in method in BigDecimal
[all...]

Completed in 106 milliseconds

1...<<461462463464465466467468469470>>...506