/third_party/ffmpeg/libavcodec/ |
H A D | h264_refs.c | 131 h->cur_pic_ptr->f->format != f->format); in mismatches_ref()
|
H A D | qsvdec.c | 141 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format.\n"); in qsv_get_continuous_buffer() 245 AV_PIX_FMT_QSV, /* opaque format in case of video memory output */ in qsv_decode_preinit() 246 pix_fmt, /* system memory format obtained from bitstream parser */ in qsv_decode_preinit() 284 hwframes_ctx->format = AV_PIX_FMT_QSV; in qsv_decode_preinit() 432 if (frame->frame->format == AV_PIX_FMT_QSV) { in alloc_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 151 s->efifo = av_audio_fifo_alloc(inlink->format, 1, s->window_size); in config_input() 154 s->fifo = av_audio_fifo_alloc(inlink->format, inlink->ch_layout.nb_channels, s->window_size); in config_input()
|
H A D | avf_showwaves.c | 177 /* set output video format */ in query_formats() 449 switch (outlink->format) { in config_output() 531 if (outlink->format == AV_PIX_FMT_RGBA) { in config_output()
|
H A D | vf_bm3d.c | 773 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 779 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
H A D | vf_curves.c | 635 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 639 ff_fill_rgba_map(curves->rgba_map, inlink->format); in config_input()
|
H A D | f_ebur128.c | 492 av_opt_set_sample_fmt(ebur128->swr_ctx, "in_sample_fmt", outlink->format, 0); in config_audio_output() 496 av_opt_set_sample_fmt(ebur128->swr_ctx, "out_sample_fmt", outlink->format, 0); in config_audio_output() 985 /* set optional output video format */ in query_formats() 995 * links, and thus break the video format negotiation */ in query_formats()
|
H A D | vf_fftdnoiz.c | 190 desc = av_pix_fmt_desc_get(inlink->format); in config_input() 206 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
H A D | vf_fillborders.c | 597 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 656 ff_fill_rgba_map(rgba_map, inlink->format); in config_input()
|
H A D | vf_signalstats.c | 141 frame->format = pixfmt; in alloc_frame() 158 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(outlink->format); in config_output() 306 // should check that video format is infact interlaced. in filter8_tout() 354 // should check that video format is infact interlaced. in filter16_tout()
|
H A D | vf_showinfo.c | 684 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in filter_frame() 695 int linesize = av_image_get_linesize(frame->format, frame->width, plane); in filter_frame()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 464 ; void ff_yuv2nv12cX_avx2(enum AVPixelFormat format, const uint8_t *dither, 469 ; void ff_yuv2nv21cX_avx2(enum AVPixelFormat format, const uint8_t *dither,
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 978 params->format = SANE_FRAME_GRAY; in sane_get_parameters() 981 params->format = SANE_FRAME_RGB; in sane_get_parameters()
|
H A D | dmc.c | 1149 c->params.format = SANE_FRAME_RGB; in sane_get_parameters() 1154 c->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
|
H A D | abaton.c | 567 DBG (VARIABLE_CONTROL, "format=%d\n", s->params.format); in calc_parameters() 974 s->params.format = SANE_FRAME_GRAY; in sane_open()
|
H A D | ibm.c | 433 s->opt[OPT_PAPER].title = "Paper format"; in init_options() 434 s->opt[OPT_PAPER].desc = "Sets the paper format."; in init_options() 779 /* resets the paper format to user defined */ in sane_control_option() 908 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 916 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
|
H A D | hpljm1005.c | 719 p->format = in sane_get_parameters() 728 if (p->format == SANE_FRAME_RGB) in sane_get_parameters() 813 DBG(100,"\t Scanning in RGB format\n"); in send_conf() 819 DBG(100,"\t Scanning in Grayscale format\n"); in send_conf()
|
H A D | gphoto2.c | 358 debug_func (GPLogLevel level, const char *domain, const char *format, in debug_func() 369 sanei_debug_msg (0, DBG_LEVEL, STRINGIFY (BACKEND_NAME), format, args); in debug_func()
|
H A D | ricoh.c | 765 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters() 773 s->params.format = SANE_FRAME_GRAY; in sane_get_parameters()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ioplug.c | 292 /* access, format */ in snd_pcm_ioplug_hw_refine() 437 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params() 447 INTERNAL(snd_pcm_hw_params_get_format)(params, &io->data->format); in snd_pcm_ioplug_hw_params() 1053 This function can't be used for the format parameter. The latter
|
H A D | pcm_route.c | 562 dst_format = slave->format; in snd_pcm_route_hw_params() 564 src_format = slave->format; in snd_pcm_route_hw_params() 1004 * \param sformat Slave format 1241 The format and rate must match for both of them. 1255 [format STR] # Slave format 1356 SNDERR("slave format is not linear"); in _snd_pcm_route_open()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 33 import ohos.global.icu.dev.test.format.MeasureUnitTest; 34 import ohos.global.icu.dev.test.format.PluralRulesTest;
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 32 import com.ibm.icu.dev.test.format.MeasureUnitTest; 33 import com.ibm.icu.dev.test.format.PluralRulesTest;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrule.cpp | 500 // rules like "<<%" to format, say, percents... 759 rulePatternFormat->format((int32_t)(number/util64_pow(radix, exponent)), status)); 813 toInsertInto.insert(pos, rulePatternFormat->format((int32_t)(pluralVal), status)); 831 * it in the rule set's list should be used to format the number) 853 // of 100, and the value we're trying to format _is_ an even
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 146 logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.DEBUG) 1257 result += " | ".join("{:{}}".format(x, col_width[i])
|