Searched refs:vcodec (Results 1 – 19 of 19) sorted by relevance
/third_party/grpc/tools/gource/ |
D | make-video.sh | 29 -vcodec ppm \ 31 -vcodec libx264 \
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 102 generate_filename (const GstCaps * container, const GstCaps * vcodec, in generate_filename() argument 110 b = gst_pb_utils_get_codec_description (vcodec); in generate_filename() 118 g_uri_escape_string (gst_caps_to_string (vcodec), NULL, FALSE)); in generate_filename() 462 GstCaps *vcodec = in main() local 471 create_profile ((GstCaps *) container, (GstCaps *) vcodec, in main() 478 ensure_uri (generate_filename (container, vcodec, acodec)); in main() 484 gst_caps_unref (vcodec); in main()
|
/third_party/ffmpeg/tests/ |
D | copycooker.sh | 16 ./ffmpeg_g -flags +bitexact -i $i -acodec copy -vcodec copy -y first.nut 17 ./ffmpeg_g -flags +bitexact -i first.nut -acodec copy -vcodec copy -y second.nut
|
D | fate-run.sh | 333 …ion_filters $DEC_OPTS $2 -i "$input" "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy 391 ffmpeg $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \ 392 $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo -frames:v 5 $* -f nut md5:
|
D | Makefile | 48 -vcodec rawvideo -acodec pcm_s16le \ 102 include $(SRC_PATH)/tests/fate/vcodec.mak
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_stubs.c | 68 struct pipe_video_codec *vcodec, in vl_video_buffer_set_associated_data() argument 77 struct pipe_video_codec *vcodec) in vl_video_buffer_get_associated_data() argument
|
D | vl_video_buffer.h | 103 struct pipe_video_codec *vcodec, 112 struct pipe_video_codec *vcodec);
|
D | vl_video_buffer.c | 141 struct pipe_video_codec *vcodec, in vl_video_buffer_set_associated_data() argument 145 vbuf->codec = vcodec; in vl_video_buffer_set_associated_data() 159 struct pipe_video_codec *vcodec) in vl_video_buffer_get_associated_data() argument 161 if (vbuf->codec == vcodec) in vl_video_buffer_get_associated_data()
|
/third_party/ffmpeg/presets/ |
D | libvpx-360p.ffpreset | 1 vcodec=libvpx
|
D | libvpx-720p.ffpreset | 1 vcodec=libvpx
|
D | libvpx-720p50_60.ffpreset | 1 vcodec=libvpx
|
D | libvpx-1080p50_60.ffpreset | 1 vcodec=libvpx
|
D | libvpx-1080p.ffpreset | 1 vcodec=libvpx
|
/third_party/ffmpeg/tests/fate/ |
D | mxf.mak | 53 fate-mxf-opatom-user-comments: CMD = md5 -y -i $(TARGET_SAMPLES)/mxf/Sony-00001.mxf -an -vcodec cop…
|
D | vcodec.mak | 492 fate-vcodec: fate-vsynth1 fate-vsynth_lena fate-vsynth2 fate-vsynth3
|
/third_party/ffmpeg/doc/ |
D | ffplay.texi | 180 @item -vcodec @var{codec_name}
|
D | ffmpeg.texi | 886 If used together with @option{-vcodec copy}, it will affect the aspect ratio 899 @item -vcodec @var{codec} (@emph{output}) 1939 the video codec with @code{-vcodec libvpx} and use @code{-vpre 1080p}, 1955 video codec with @code{-vcodec libvpx} and use @code{-pre 1080p}, then it will
|
D | encoders.texi | 3036 The used encoder can be chosen with the @code{-vcodec} option.
|
/third_party/ffmpeg/ |
D | Changelog | 1352 the streams without reencoding. Old -vcodec/-acodec/-scodec options are now 2079 - added options -acodec and -vcodec to force a given codec (useful for
|