Searched refs:h264dec (Results 1 – 20 of 20) sorted by relevance
/third_party/openh264/codec/console/dec/ |
D | targets.mk | 7 $(H264DEC_SRCDIR)/src/h264dec.cpp\ 16 h264dec$(EXEEXT): $(H264DEC_OBJS) $(H264DEC_DEPS) 19 binaries: h264dec$(EXEEXT) 20 BINARIES += h264dec$(EXEEXT)
|
D | meson.build | 3 'src/h264dec.cpp', 12 decexe = executable('h264dec', cpp_sources, build
|
/third_party/openh264/testbin/ |
D | CmdLineExample.sh | 5 ../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/ |
D | run_PrepareAllTestData.sh | 41 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/ |
D | gstmsdkh264dec.c | 72 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/ |
D | project.pbxproj | 25 …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/ |
D | welsdecdemo.mk | 27 $(CONSOLE_DEC_PATH)/src/h264dec.cpp \
|
/third_party/openh264/test/encoder_binary_comparison/Scripts/ |
D | run_BitStreamToYUV.sh | 67 ./h264dec ${BitStreamName} ${OutputYUVName} 2> ${LogFile}
|
/third_party/openh264/ |
D | .gitignore | 26 h264dec
|
D | README.md | 146 The command line programs `h264enc` and `h264dec` will appear in the main project directory.
|
/third_party/openh264/build/ |
D | mktargets.sh | 8 python build/mktargets.py --directory codec/console/dec --binary h264dec
|
D | AutoBuildForWindows.bat | 85 set DecBinFile=h264dec.exe
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264dec.c | 307 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/ |
D | gstvah264dec.c | 824 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/ |
D | gstv4l2codech264dec.c | 304 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/ |
D | Makefile | 231 OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o rawdec.o
|
/third_party/ffmpeg/libavcodec/ |
D | Makefile | 368 OBJS-$(CONFIG_H264_DECODER) += h264dec.o h264_cabac.o h264_cavlc.o \
|
/third_party/ffmpeg/ |
D | BUILD.gn | 404 "//third_party/ffmpeg/libavcodec/h264dec.c",
|
D | Changelog | 56 - avcodec/h264dec: use picture parameters in ff_print_debug_info2()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 2649 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 …]
|