Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dqsvdec.c51 static int get_format(AVCodecContext *avctx, const enum AVPixelFormat *pix_fmts) in get_format() function
213 decoder_ctx->get_format = get_format; in main()
Dhw_decode.c215 decoder_ctx->get_format = get_hw_format; in main()
Dvaapi_transcode.c103 decoder_ctx->get_format = get_vaapi_format; in open_input_file()
/third_party/pixman/test/
Dscaling-test.c25 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/
Dio.hpp176 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/
Dimage_object.hpp95 image_format get_format() const in get_format() function in boost::compute::image_object
/third_party/boost/libs/units/example/
Dautoprefixes.cpp131 cout << boost::units::get_format(cout) << endl; // 1 is `name_fmt` from `enum format_mode`. in main()
/third_party/boost/boost/compute/interop/opencv/
Dcore.hpp96 image_format format = image.get_format(); in opencv_create_mat_with_image2d()
/third_party/ffmpeg/libavcodec/
Doptions.c117 s->get_format = avcodec_default_get_format; in init_context_defaults()
Dpthread_frame.c450 p->avctx->get_format != avcodec_default_get_format || in submit_packet()
977 avctx->get_format == avcodec_default_get_format) in ff_thread_get_format()
Davcodec.h778 enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); member
Ddecode.c1310 user_choice = avctx->get_format(avctx, choices); in ff_get_format()
Dhevcdec.c370 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/
Dopt.c986 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.c801 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/
Dhb-ot-layout-gpos-table.hh998 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/
Dhb-ot-layout-gpos-table.hh999 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/
Dffmpeg.c2775 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/
DAPIchanges1536 and select the AV_PIX_FMT_VDPAU format with get_format() instead.
/third_party/gstreamer/gstplugins_base/
DChangeLog22516 gl/upload: add get_format method
/third_party/gstreamer/gstplugins_bad/
DChangeLog74679 gl/upload: add get_format method