/third_party/eudev/src/shared/ |
H A D | log.h | 62 const char *format, ...) _printf_(6,7); 70 const char *format,
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | h265_levels.c | 248 #define CHECK(expected, format, ...) do { \ in main() 252 format ": expected %d, got %d.\n", __VA_ARGS__, \ in main()
|
H A D | h264_levels.c | 181 #define CHECK(expected, format, ...) do { \ in main() 185 format ": expected %d, got %d.\n", __VA_ARGS__, \ in main()
|
/third_party/ffmpeg/libavcodec/ |
H A D | v210enc.c | 85 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 D | af_asetnsamples.c | 86 0, 0, frame->nb_samples, frame->ch_layout.nb_channels, frame->format); in activate() 89 frame->format); in activate()
|
H A D | vf_blackframe.c | 55 #define SET_META(key, format, value) \ 56 snprintf(buf, sizeof(buf), format, value); \
|
H A D | vf_vflip.c | 48 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 D | mspdec.c | 65 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 D | vpcc.c | 51 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 D | hwcontext.h | 82 * 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 D | formats.h | 44 /* 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 D | BasicDurationFormatter.java | 110 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 D | LocalizedNumberFormatterAsFormat.java | 47 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 D | MessageFormatter.java | 26 * <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 D | measfmt.h | 22 #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 D | listformatter.h | 219 UnicodeString& format(const UnicodeString items[], int32_t n_items, 242 UnicodeString& format(
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.h | 72 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 D | sfnt.h | 65 le_uint16 format; member 112 le_uint32 format; member
|
/third_party/icu/icu4c/source/samples/numfmt/ |
H A D | main.cpp | 72 // 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 D | RbnfMapper.java | 108 * 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 D | oicu.h | 98 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 D | DecimalFormatPerformanceTest.java | 109 icuDecimalFormat[id].format(decimalAsNumber); in TestICUFormat() 117 javaDecimalFormat[id].format(decimalAsNumber); in TestJDKFormat()
|
H A D | DateFormatPerformanceTest.java | 105 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 D | Sample50_PopSort.java | 65 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 D | LocalizedNumberFormatterAsFormat.java | 49 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.
|