/third_party/ffmpeg/doc/examples/ |
D | qsvdec.c | 51 static int get_format(AVCodecContext *avctx, const enum AVPixelFormat *pix_fmts) in get_format() function 213 decoder_ctx->get_format = get_format; in main()
|
D | hw_decode.c | 215 decoder_ctx->get_format = get_hw_format; in main()
|
D | vaapi_transcode.c | 103 decoder_ctx->get_format = get_vaapi_format; in open_input_file()
|
/third_party/pixman/test/ |
D | scaling-test.c | 25 get_format (int bpp) in get_format() function 147 src_fmt = get_format (src_bpp); in test_composite() 149 dst_fmt = get_format (dst_bpp); in test_composite()
|
/third_party/boost/boost/units/ |
D | io.hpp | 176 inline format_mode get_format(std::ios_base& ios) in get_format() function 801 switch(units::get_format(*os)) { in operator ()() 866 switch(units::get_format(os)) { in do_print_prefixed_impl() 1020 if (units::get_format(os) == typename_fmt) in operator <<() 1024 else if (units::get_format(os) == raw_fmt) in operator <<() 1028 else if (units::get_format(os) == symbol_fmt) in operator <<() 1032 else if (units::get_format(os) == name_fmt) in operator <<()
|
/third_party/boost/boost/compute/image/ |
D | image_object.hpp | 95 image_format get_format() const in get_format() function in boost::compute::image_object
|
/third_party/boost/libs/units/example/ |
D | autoprefixes.cpp | 131 cout << boost::units::get_format(cout) << endl; // 1 is `name_fmt` from `enum format_mode`. in main()
|
/third_party/boost/boost/compute/interop/opencv/ |
D | core.hpp | 96 image_format format = image.get_format(); in opencv_create_mat_with_image2d()
|
/third_party/ffmpeg/libavcodec/ |
D | options.c | 117 s->get_format = avcodec_default_get_format; in init_context_defaults()
|
D | pthread_frame.c | 450 p->avctx->get_format != avcodec_default_get_format || in submit_packet() 977 avctx->get_format == avcodec_default_get_format) in ff_thread_get_format()
|
D | avcodec.h | 778 enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); member
|
D | decode.c | 1310 user_choice = avctx->get_format(avctx, choices); in ff_get_format()
|
D | hevcdec.c | 370 static enum AVPixelFormat get_format(HEVCContext *s, const HEVCSPS *sps) in get_format() function 560 pix_fmt = get_format(s, sps); in hls_slice_header()
|
/third_party/ffmpeg/libavutil/ |
D | opt.c | 986 static int get_format(void *obj, const char *name, int search_flags, int *out_fmt, in get_format() function 1006 return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_PIXEL_FMT, "pixel"); in av_opt_get_pixel_fmt() 1011 return get_format(obj, name, search_flags, out_fmt, AV_OPT_TYPE_SAMPLE_FMT, "sample"); in av_opt_get_sample_fmt()
|
/third_party/python/Modules/ |
D | _testbuffer.c | 801 get_format(PyObject *format) in get_format() function 840 base->format = get_format(format); in init_simple()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 998 unsigned get_format (Iterator glyph_val_iter_pairs) in get_format() function 1025 format = get_format (glyph_val_iter_pairs); in serialize()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gpos-table.hh | 999 unsigned get_format (Iterator glyph_val_iter_pairs) in get_format() function 1026 format = get_format (glyph_val_iter_pairs); in serialize()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 2775 static enum AVPixelFormat get_format(AVCodecContext *s, const enum AVPixelFormat *pix_fmts) in get_format() function 2885 ist->dec_ctx->get_format = get_format; in init_input_stream()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1536 and select the AV_PIX_FMT_VDPAU format with get_format() instead.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 22516 gl/upload: add get_format method
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 74679 gl/upload: add get_format method
|