Home
last modified time | relevance | path

Searched refs:h264dec (Results 1 – 20 of 20) sorted by relevance

/third_party/openh264/codec/console/dec/
Dtargets.mk7 $(H264DEC_SRCDIR)/src/h264dec.cpp\
16 h264dec$(EXEEXT): $(H264DEC_OBJS) $(H264DEC_DEPS)
19 binaries: h264dec$(EXEEXT)
20 BINARIES += h264dec$(EXEEXT)
Dmeson.build3 'src/h264dec.cpp',
12 decexe = executable('h264dec', cpp_sources, build
/third_party/openh264/testbin/
DCmdLineExample.sh5 ../h264dec ../res/test_vd_1d.264 test_vd_1d.yuv
6 ../h264dec ../res/test_vd_rc.264 test_vd_rc.yuv
7 ../h264dec ../res/Static.264 Static.yuv
/third_party/openh264/test/encoder_binary_comparison/
Drun_PrepareAllTestData.sh41 make -B ENABLE64BIT=Yes h264dec h264enc
45 make -B ENABLE64BIT=No h264dec h264enc
58 elif [ ! -e ${MakeFileDir}/h264dec ]
78 cp -p ${MakeFileDir}/h264dec ${CodecFolder}/
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264dec.c72 GstMsdkH264Dec *h264dec = GST_MSDKH264DEC (decoder); in gst_msdkh264dec_configure() local
79 decoder->param.mfx.DecodedOrder = h264dec->output_order; in gst_msdkh264dec_configure()
/third_party/openh264/codec/build/iOS/dec/demo/demo.xcodeproj/
Dproject.pbxproj25 …F0E6637B1810EFF7000C888E /* h264dec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F0E66377181…
83 …810EFF7000C888E /* h264dec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
203 F0E663771810EFF7000C888E /* h264dec.cpp */,
310 F0E6637B1810EFF7000C888E /* h264dec.cpp in Sources */,
/third_party/openh264/codec/build/android/dec/jni/
Dwelsdecdemo.mk27 $(CONSOLE_DEC_PATH)/src/h264dec.cpp \
/third_party/openh264/test/encoder_binary_comparison/Scripts/
Drun_BitStreamToYUV.sh67 ./h264dec ${BitStreamName} ${OutputYUVName} 2> ${LogFile}
/third_party/openh264/
D.gitignore26 h264dec
DREADME.md146 The command line programs `h264enc` and `h264dec` will appear in the main project directory.
/third_party/openh264/build/
Dmktargets.sh8 python build/mktargets.py --directory codec/console/dec --binary h264dec
DAutoBuildForWindows.bat85 set DecBinFile=h264dec.exe
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c307 GstH264Decoder *h264dec = GST_H264_DECODER (decoder); in gst_nv_h264_dec_negotiate() local
311 gst_nv_decoder_negotiate (self->decoder, decoder, h264dec->input_state, in gst_nv_h264_dec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c824 GstH264Decoder *h264dec = GST_H264_DECODER (decoder); in gst_va_h264_dec_negotiate() local
851 base->width, base->height, h264dec->input_state); in gst_va_h264_dec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c304 GstH264Decoder *h264dec = GST_H264_DECODER (decoder); in gst_v4l2_codec_h264_dec_negotiate() local
372 self->display_height, h264dec->input_state); in gst_v4l2_codec_h264_dec_negotiate()
/third_party/ffmpeg/libavformat/
DMakefile231 OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o rawdec.o
/third_party/ffmpeg/libavcodec/
DMakefile368 OBJS-$(CONFIG_H264_DECODER) += h264dec.o h264_cabac.o h264_cavlc.o \
/third_party/ffmpeg/
DBUILD.gn404 "//third_party/ffmpeg/libavcodec/h264dec.c",
DChangelog56 - avcodec/h264dec: use picture parameters in ff_print_debug_info2()
/third_party/gstreamer/gstplugins_bad/
DChangeLog2649 codecs: h264dec: Calculate the latency by its bump mode.
5348 codecs: h264dec: Check bumping again after inserting current picture.
5365 codecs: h264dec: Improve the policy to infer max_num_reorder_frames.
5402 va: h264dec: Try to use ConstrainedBaseline or Main to decode BaseLine.
5413 codecs: h264dec: Improve the fast bump for the live mode.
5434 codecs: h264dec: Add a compliance property to control behavior.
6182 codecs: h264dec: Output the picture directly if already a frame.
6446 codecs: h264dec: Improve the find_first_field_picture().
6457 codecs: h264dec: consider the last field when add picture to DPB.
6466 codecs: h264dec: Consider the field case when directly output.
[all …]