Home
last modified time | relevance | path

Searched refs:vp8 (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpdec_vp8.c27 * @see http://tools.ietf.org/html/draft-ietf-payload-vp8-05
56 static int vp8_broken_sequence(AVFormatContext *ctx, PayloadContext *vp8, in vp8_broken_sequence() argument
59 vp8->sequence_ok = 0; in vp8_broken_sequence()
61 ffio_free_dyn_buf(&vp8->data); in vp8_broken_sequence()
65 static int vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8, in vp8_handle_packet() argument
79 if (vp8->data) { in vp8_handle_packet()
80 int ret = ff_rtp_finalize_packet(pkt, &vp8->data, st->index); in vp8_handle_packet()
83 *timestamp = vp8->timestamp; in vp8_handle_packet()
84 if (vp8->sequence_dirty) in vp8_handle_packet()
144 ffio_free_dyn_buf(&vp8 in vp8_handle_packet()
263 vp8_init(AVFormatContext *s, int st_index, PayloadContext *vp8) vp8_init() argument
269 vp8_close_context(PayloadContext *vp8) vp8_close_context() argument
274 vp8_need_keyframe(PayloadContext *vp8) vp8_need_keyframe() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dwebm-dash-manifest.mak2 fate-webm-dash-manifest: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video2.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio2.webm -c copy -map 0 -map 1 -map 2 -map 3 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1 id=1,streams=2,3" -
5 fate-webm-dash-manifest-unaligned-video-streams: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video3.webm -c copy -map 0 -map 1 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1" -
8 fate-webm-dash-manifest-unaligned-audio-streams: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio3.webm -c copy -map 0 -map 1 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1" -
11 fate-webm-dash-manifest-representations: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video
[all...]
H A Dvpx.mak58 FATE_VP8-$(call FRAMECRC, MATROSKA, VP8) += fate-vp8-2451
59 fate-vp8-2451: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp8/RRSF49-short.webm -vsync cfr -an
70 FATE_VP8-$(call FRAMEMD5, IVF, VP8) += fate-vp8-test-vector-$(1)
71 fate-vp8-test-vector-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp8-test-vectors-r1/vp80-00-comprehensive-$(1).ivf
72 fate-vp8-test-vector-$(1): REF = $(SRC_PATH)/tests/ref/fate/vp8-test-vector-$(1)
79 FATE_VP8-$(call FRAMEMD5, IVF, VP8) += fate-vp8-sign-bias
80 fate-vp8
[all...]
H A Dlavf-container.mak73 FATE_LAVF_CONTAINER_FATE-$(call ALLYES, MATROSKA_DEMUXER OGV_MUXER) += vp8.ogg
88 fate-lavf-fate-vp8.ogg: CMD = lavf_container_fate "vp8/RRSF49-short.webm" "" "-acodec copy"
H A Dmatroska.mak158 += fate-matroska-vp8-alpha-remux
159 fate-matroska-vp8-alpha-remux: CMD = transcode matroska $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_alpha.webm matroska "-c copy -disposition +hearing_impaired -cluster_size_limit 100000" "-c copy -t 0.2" "-show_entries stream_disposition:stream_side_data_list"
/third_party/ffmpeg/libavcodec/
H A Dnvdec_vp8.c27 #include "vp8.h"
58 .CodecSpecific.vp8 = { in nvdec_vp8_start_frame()
H A Dv4l2_m2m_dec.c266 M2MDEC(vp8, "VP8", AV_CODEC_ID_VP8, NULL);
H A Dmediacodecdec.c359 codec_mime = "video/x-vnd.on2.vp8"; in mediacodec_decode_init()
570 DECLARE_MEDIACODEC_VDEC(vp8, "VP8", AV_CODEC_ID_VP8, NULL)
H A Dv4l2_m2m_enc.c444 M2MENC(vp8, "VP8", options, AV_CODEC_ID_VP8);
H A Dvp8dsp.c247 MK_IDCT_DC_ADD4_C(vp8)
717 LOOP_FILTERS(vp8) in LOOP_FILTERS()
H A Drkmppdec.c585 RKMPP_DEC(vp8, AV_CODEC_ID_VP8, NULL)
H A Dcuviddec.c1171 DEFINE_CUVID_CODEC(vp8, VP8, NULL)
H A Dqsvdec.c1080 DEFINE_QSV_DECODER(vp8, VP8, NULL)
H A DMakefile741 OBJS-$(CONFIG_VP7_DECODER) += vp8.o vp56rac.o
742 OBJS-$(CONFIG_VP8_DECODER) += vp8.o vp56rac.o
H A Dvp8.c40 #include "vp8.h"
44 # include "arm/vp8.h"
2959 .p.name = "vp8",
2975 HWACCEL_VAAPI(vp8),
2978 HWACCEL_NVDEC(vp8),

Completed in 16 milliseconds