Searched refs:postproc (Results 1 – 25 of 32) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
D | dds.c | 106 enum DDSPostProc postproc; member 203 ctx->postproc = DDS_SWIZZLE_RXGB; in parse_pixel_format() 367 ctx->postproc = DDS_SWAP_ALPHA; in parse_pixel_format() 399 ctx->postproc = DDS_ALPHA_EXP; in parse_pixel_format() 401 ctx->postproc = DDS_NORMAL_MAP; in parse_pixel_format() 403 ctx->postproc = DDS_RAW_YCOCG; in parse_pixel_format() 408 ctx->postproc = DDS_SWIZZLE_A2XY; in parse_pixel_format() 411 ctx->postproc = DDS_SWIZZLE_XGBR; in parse_pixel_format() 414 ctx->postproc = DDS_SWIZZLE_XRBG; in parse_pixel_format() 417 ctx->postproc = DDS_SWIZZLE_RBXG; in parse_pixel_format() [all …]
|
D | vc1.h | 316 uint8_t postproc; member
|
D | vaapi_vc1.c | 298 .post_processing = v->postproc, in vaapi_vc1_start_frame()
|
D | vc1.c | 1003 v->postproc = get_bits(gb, 2); in ff_vc1_parse_frame_header_adv()
|
/third_party/ffmpeg/libpostproc/ |
D | Makefile | 1 NAME = postproc
|
D | postprocres.rc | 45 … VALUE "OriginalFilename", "postproc" BUILDSUF "-" AV_STRINGIFY(LIBPOSTPROC_VERSION_MAJOR) SLIBSUF
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | meson.build | 28 'picture_vc1.c', 'picture_mjpeg.c', 'picture_vp9.c','picture_av1.c','postproc.c',
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.2.rst | 123 - st/va/postproc: use video original size for postprocessing
|
D | 20.2.2.rst | 139 - frontends/va/postproc: Un-break field flag
|
D | 21.0.0.rst | 3144 - frontends/va/postproc: Use the actual image height when blitting 3145 - frontends/va/postproc: Convert destination when deinterlacing 3146 - gallium: Fix VAAPI postproc blit
|
/third_party/ffmpeg/ |
D | Makefile | 27 FFLIBS-$(CONFIG_POSTPROC) += postproc
|
D | Changelog | 859 - postproc visualization support 1136 - pp (postproc) filter ported from MPlayer
|
/third_party/ffmpeg/ffbuild/ |
D | common.mak | 29 ALLFFLIBS = avcodec avdevice avfilter avformat avresample avutil postproc swscale swresample
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvc1parser.h | 404 guint8 postproc; member
|
D | gstvc1parser.c | 1073 READ_UINT8 (br, pic->postproc, 2); in parse_frame_header_advanced()
|
/third_party/ffmpeg/doc/ |
D | issue_tracker.txt | 196 postproc
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 6551 * tests/check/elements/postproc.c: 6552 remove postproc element 7127 tests: Don't run the postproc test if compiled as an LGPL plugin 7132 tests: Don't run the postproc test if compiled as an LGPL plugin 7254 postproc: fix compilation when ORC is missing 8026 configure.ac: Remove --enable-postproc from the default flags 8041 This removes --enable-gpl and --enable-postproc from the 8042 ffmpeg configure line, and disables building the postproc 8077 This removes --enable-gpl and --enable-postproc from the 8078 ffmpeg configure line, and disables building the postproc [all …]
|
D | NEWS | 53 and new postproc elements 494 - vapostproc: : VA-API postproc filter (color conversion,
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 257 * -ff postproc:
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 1140 PRINT_LIB_INFO(postproc, POSTPROC, flags, level); in print_all_libs_info()
|
D | ffprobe.c | 3194 SHOW_LIB_VERSION(postproc, POSTPROC); in ffprobe_show_library_versions()
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 53 and new postproc elements 494 - vapostproc: : VA-API postproc filter (color conversion,
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 53 and new postproc elements 494 - vapostproc: : VA-API postproc filter (color conversion,
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 53 and new postproc elements 494 - vapostproc: : VA-API postproc filter (color conversion,
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 53 and new postproc elements 494 - vapostproc: : VA-API postproc filter (color conversion,
|
12