Home
last modified time | relevance | path

Searched refs:format (Results 3351 - 3375 of 9211) sorted by relevance

1...<<131132133134135136137138139140>>...369

/third_party/eudev/src/shared/
H A Dlog.h62 const char *format, ...) _printf_(6,7);
70 const char *format,
/third_party/ffmpeg/libavcodec/tests/
H A Dh265_levels.c248 #define CHECK(expected, format, ...) do { \ in main()
252 format ": expected %d, got %d.\n", __VA_ARGS__, \ in main()
H A Dh264_levels.c181 #define CHECK(expected, format, ...) do { \ in main()
185 format ": expected %d, got %d.\n", __VA_ARGS__, \ in main()
/third_party/ffmpeg/libavcodec/
H A Dv210enc.c85 if (pic->format == AV_PIX_FMT_YUV422P10) in encode_frame()
87 else if(pic->format == AV_PIX_FMT_YUV422P) in encode_frame()
/third_party/ffmpeg/libavfilter/
H A Daf_asetnsamples.c86 0, 0, frame->nb_samples, frame->ch_layout.nb_channels, frame->format); in activate()
89 frame->format); in activate()
H A Dvf_blackframe.c55 #define SET_META(key, format, value) \
56 snprintf(buf, sizeof(buf), format, value); \
H A Dvf_vflip.c48 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(link->format); in config_input()
85 int i, width = outlink->w << (av_pix_fmt_desc_get(link->format)->comp[0].step > 1); in flip_bayer()
/third_party/ffmpeg/libavformat/
H A Dmspdec.c65 st->codecpar->format = AV_PIX_FMT_MONOBLACK; in msp_read_header()
72 cntx->packet_size = av_image_get_buffer_size(st->codecpar->format, st->codecpar->width, st->codecpar->height, 1); in msp_read_header()
H A Dvpcc.c51 av_log(s, AV_LOG_ERROR, "Unsupported pixel format (%d)\n", pixel_format); in get_vpx_chroma_subsampling()
59 av_log(s, AV_LOG_ERROR, "Unsupported pixel format (%d)\n", in get_bit_depth()
123 int bit_depth = get_bit_depth(s, par->format); in ff_isom_get_vpcc_features()
125 get_vpx_chroma_subsampling(s, par->format, par->chroma_location); in ff_isom_get_vpcc_features()
/third_party/ffmpeg/libavutil/
H A Dhwcontext.h82 * The format-specific data, allocated and freed by libavutil along with
85 * Should be cast by the user to the format-specific context defined in the
152 * The format-specific data, allocated and freed automatically along with
155 * Should be cast by the user to the format-specific context defined in the
202 * The pixel format identifying the underlying HW surface type.
204 * Must be a hwaccel format, i.e. the corresponding descriptor must have the
209 enum AVPixelFormat format; member
212 * The pixel format identifying the actual data layout of the hardware
219 * planar version of that format (e.g. for 8-bit 420 YUV it should be
342 * @param options Options for the new device to create, same format a
[all...]
/third_party/alsa-utils/aplay/
H A Dformats.h44 /* Definitions for Microsoft WAVE format */
80 /* Used with WAV_FMT_EXTENSIBLE format */
94 uint16_t format; /* see WAV_FMT_* */ member
103 WaveFmtBody format; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicDurationFormatter.java110 return fallback.format(referenceDate + duration); in doFallback()
123 return formatter.format(period); in doFormat()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLocalizedNumberFormatterAsFormat.java47 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) { in format() method in LocalizedNumberFormatterAsFormat
76 return formatter.format((Number) obj).toCharacterIterator(); in formatToCharacterIterator()
88 * Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMessageFormatter.java26 * <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/main/docs/why_mf_next.md">“Why
30 * is hosted on <a target="github" href="https://github.com/unicode-org/message-format-wg">GitHub</a>.</p>
33 * <a target="github" href="https://github.com/unicode-org/message-format-wg/blob/main/spec/syntax.md">here</a>.</p>
220 return modelFormatter.format(arguments); in formatToString()
234 public FormattedMessage format(Map<String, Object> arguments) { in format() method in MessageFormatter
293 * The exact set of standard functions, with the types they format and the options
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h22 #include "unicode/format.h"
60 * Completely omit measure units when possible. For example, format
104 using Format::format;
163 virtual UnicodeString &format(
186 * array. The NumberFormat of this object is used only to format the amount
227 * locale and format width.
H A Dlistformatter.h219 UnicodeString& format(const UnicodeString items[], int32_t n_items,
242 UnicodeString& format(
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmttst.h72 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
272 UBool showParse(DateFormat &format, const UnicodeString &formattedString);
/third_party/icu/icu4c/source/samples/layout/
H A Dsfnt.h65 le_uint16 format; member
112 le_uint32 format; member
/third_party/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp72 // format it. in cppapi()
73 str.remove(); // format() will APPEND to this string in cppapi()
74 fmt->format(result, str, status); in cppapi()
75 check(status, "NumberFormat::format"); in cppapi()
77 printf("NumberFormat::format("); // Display the result in cppapi()
219 // pick up number/currency format patterns
255 printf(" - format currency \"%s\": ", sampleCurrencies[j]); in showCurrencyFormatting()
271 nf->format(12345678.93, output); in showCurrencyFormatting()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapper.java108 * using "String.format()", however there's < 100 values that need any escaping, so it's
130 return String.format("\\u%04X", cp).toCharArray();
132 return String.format("\\U%08X", cp).toCharArray();
/third_party/icu/tools/multi/proj/provider/glue/
H A Doicu.h98 OICU_udat_close(UDateFormat* format);
101 OICU_udat_format( const UDateFormat* format,
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DDecimalFormatPerformanceTest.java109 icuDecimalFormat[id].format(decimalAsNumber); in TestICUFormat()
117 javaDecimalFormat[id].format(decimalAsNumber); in TestJDKFormat()
H A DDateFormatPerformanceTest.java105 icuDateFormat[id].format(date); in TestICUFormat()
113 jdkDateFormat[id].format(date); in TestJDKFormat()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
H A DSample50_PopSort.java65 System.out.println(fmt.format(msgargs, new StringBuffer(), null)); in main()
73 System.out.println(MessageFormat.format(info, infoArgs)); in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DLocalizedNumberFormatterAsFormat.java49 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) { in format() method in LocalizedNumberFormatterAsFormat
78 return formatter.format((Number) obj).toCharacterIterator(); in formatToCharacterIterator()
90 * Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.

Completed in 13 milliseconds

1...<<131132133134135136137138139140>>...369