Home
last modified time | relevance | path

Searched refs:format_code (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Python/
Dpystrtod.c797 char format_code, in PyOS_double_to_string() argument
809 switch (format_code) { in PyOS_double_to_string()
816 format_code = 'e'; in PyOS_double_to_string()
820 format_code = 'f'; in PyOS_double_to_string()
824 format_code = 'g'; in PyOS_double_to_string()
839 format_code = 'g'; in PyOS_double_to_string()
889 if (format_code == 'f' && fabs(val) >= 1.0) { in PyOS_double_to_string()
914 format_code = 'Z'; in PyOS_double_to_string()
918 format_code); in PyOS_double_to_string()
996 format_float_short(double d, char format_code, in format_float_short() argument
[all …]
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp239 …width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(u… in ff_decklink_set_format()
253 if (cctx->format_code) in ff_decklink_set_format()
254 memcpy(format_buf, cctx->format_code, FFMIN(strlen(cctx->format_code), sizeof(format_buf))); in ff_decklink_set_format()
456 uint32_t format_code; in ff_decklink_list_formats() local
482 format_code = av_bswap32(mode->GetDisplayMode()); in ff_decklink_list_formats()
484 (char*) &format_code, mode->GetWidth(), mode->GetHeight(), in ff_decklink_list_formats()
Ddecklink_common_c.h57 char *format_code; member
Ddecklink_dec.cpp1132 cctx->format_code = (char *)av_mallocz(5); in decklink_autodetect()
1133 if (!cctx->format_code) in decklink_autodetect()
1135 AV_WB32(cctx->format_code, ctx->bmd_mode); in decklink_autodetect()
1265 if (!cctx->format_code) { in ff_decklink_read_header()
1277 cctx->format_code ? cctx->format_code : "(unset)", avctx->url); in ff_decklink_read_header()
Ddecklink_dec_c.c35 …{ "format_code", "set format by fourcc" , OFFSET(format_code), AV_OPT_TYPE_STRING, { .str = N…
/third_party/jerryscript/tools/
Djs2c.py24 from gen_c_source import LICENSE, format_code
66 data = format_code(code, 1, 2)
Dgen_c_source.py32 def format_code(code, indent, digit_number=4): function
Dgen-unicode.py26 from gen_c_source import LICENSE, format_code
51 self.__data.append(format_code(table, 1))
/third_party/python/Include/
Dpystrtod.h16 char format_code,
/third_party/python/Doc/c-api/
Dconversion.rst84 .. c:function:: char* PyOS_double_to_string(double val, char format_code, int precision, int flags,…
87 *format_code*, *precision*, and *flags*.
89 *format_code* must be one of ``'e'``, ``'E'``, ``'f'``, ``'F'``,
/third_party/python/Objects/
Dcomplexobject.c352 char format_code = 'r'; in complex_repr() local
370 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr()
379 pre = PyOS_double_to_string(v->cval.real, format_code, in complex_repr()
387 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_repr()
/third_party/ffmpeg/doc/
Dindevs.texi287 @item format_code <FourCC>
448 ffmpeg -format_code Hi50 -f decklink -i 'Intensity Pro' -c:a copy -c:v copy output.avi
454 ffmpeg -raw_format yuv422p10 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy…
460 ffmpeg -channels 16 -format_code Hi50 -f decklink -i 'UltraStudio Mini Recorder' -c:a copy -c:v cop…