Searched refs:h264 (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tests/
H A Dfate.mak125 FATE_TESTS += fate-h264-conformance-aud_mw_e
126 fate-h264-conformance-aud_mw_e: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/AUD_MW_E.264 -f framecrc -
127 FATE_TESTS += fate-h264-conformance-ba1_ft_c
128 fate-h264-conformance-ba1_ft_c: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_FT_C.264 -f framecrc -
129 FATE_TESTS += fate-h264-conformance-ba1_sony_d
130 fate-h264-conformance-ba1_sony_d: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_Sony_D.jsv -f framecrc -
131 FATE_TESTS += fate-h264
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tests/
H A Dfate.mak125 FATE_TESTS += fate-h264-conformance-aud_mw_e
126 fate-h264-conformance-aud_mw_e: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/AUD_MW_E.264 -f framecrc -
127 FATE_TESTS += fate-h264-conformance-ba1_ft_c
128 fate-h264-conformance-ba1_ft_c: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_FT_C.264 -f framecrc -
129 FATE_TESTS += fate-h264-conformance-ba1_sony_d
130 fate-h264-conformance-ba1_sony_d: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_Sony_D.jsv -f framecrc -
131 FATE_TESTS += fate-h264
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tests/
H A Dfate.mak125 FATE_TESTS += fate-h264-conformance-aud_mw_e
126 fate-h264-conformance-aud_mw_e: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/AUD_MW_E.264 -f framecrc -
127 FATE_TESTS += fate-h264-conformance-ba1_ft_c
128 fate-h264-conformance-ba1_ft_c: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_FT_C.264 -f framecrc -
129 FATE_TESTS += fate-h264-conformance-ba1_sony_d
130 fate-h264-conformance-ba1_sony_d: CMD = $$BUILD_PATH/ffmpeg -i $$SAMPLES_PATH/h264-conformance/BA1_Sony_D.jsv -f framecrc -
131 FATE_TESTS += fate-h264
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvdpau.h73 VdpPictureInfoH264 h264; member in union:vdpau_render_state::VdpPictureInfo
H A Dvdpau.c26 #include "h264.h"
52 rf = &render->info.h264.referenceFrames[0];
53 #define H264_RF_COUNT FF_ARRAY_ELEMS(render->info.h264.referenceFrames)
68 rf2 = &render->info.h264.referenceFrames[0];
84 if (rf >= &render->info.h264.referenceFrames[H264_RF_COUNT])
99 for (; rf < &render->info.h264.referenceFrames[H264_RF_COUNT]; ++rf) {
143 render->info.h264.field_order_cnt[i] = foc;
146 render->info.h264.frame_num = h->frame_num;
157 render->info.h264.slice_count = h->slice_num;
158 if (render->info.h264
[all...]
H A Dallcodecs.c114 REGISTER_DECODER (H264, h264);
362 REGISTER_PARSER (H264, h264);
H A DMakefile150 OBJS-$(CONFIG_H264_DECODER) += h264.o \
320 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o svq3.o \
548 OBJS-$(CONFIG_H264_PARSER) += h264_parser.o h264.o \
606 TESTPROGS = cabac dct eval fft h264 iirfilter rangecoder snow
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvdpau.h73 VdpPictureInfoH264 h264; member in union:vdpau_render_state::VdpPictureInfo
H A Dvdpau.c26 #include "h264.h"
52 rf = &render->info.h264.referenceFrames[0];
53 #define H264_RF_COUNT FF_ARRAY_ELEMS(render->info.h264.referenceFrames)
68 rf2 = &render->info.h264.referenceFrames[0];
84 if (rf >= &render->info.h264.referenceFrames[H264_RF_COUNT])
99 for (; rf < &render->info.h264.referenceFrames[H264_RF_COUNT]; ++rf) {
143 render->info.h264.field_order_cnt[i] = foc;
146 render->info.h264.frame_num = h->frame_num;
157 render->info.h264.slice_count = h->slice_num;
158 if (render->info.h264
[all...]
H A Dallcodecs.c114 REGISTER_DECODER (H264, h264);
362 REGISTER_PARSER (H264, h264);
H A DMakefile150 OBJS-$(CONFIG_H264_DECODER) += h264.o \
320 OBJS-$(CONFIG_SVQ3_DECODER) += h264.o svq3.o \
548 OBJS-$(CONFIG_H264_PARSER) += h264_parser.o h264.o \
606 TESTPROGS = cabac dct eval fft h264 iirfilter rangecoder snow
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvdpau.h73 VdpPictureInfoH264 h264; member in union:vdpau_render_state::VdpPictureInfo
H A Dvdpau.c26 #include "h264.h"
52 rf = &render->info.h264.referenceFrames[0];
53 #define H264_RF_COUNT FF_ARRAY_ELEMS(render->info.h264.referenceFrames)
68 rf2 = &render->info.h264.referenceFrames[0];
84 if (rf >= &render->info.h264.referenceFrames[H264_RF_COUNT])
99 for (; rf < &render->info.h264.referenceFrames[H264_RF_COUNT]; ++rf) {
143 render->info.h264.field_order_cnt[i] = foc;
146 render->info.h264.frame_num = h->frame_num;
157 render->info.h264.slice_count = h->slice_num;
158 if (render->info.h264
[all...]
H A Dallcodecs.c114 REGISTER_DECODER (H264, h264);
362 REGISTER_PARSER (H264, h264);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dintr_vect_defs.h117 unsigned int h264 : 1; member in struct:__anon12598
159 unsigned int h264 : 1; member in struct:__anon12599
199 unsigned int h264 : 1; member in struct:__anon12600
239 unsigned int h264 : 1; member in struct:__anon12601
H A Dclkgen_defs.h100 unsigned int h264 : 1; member in struct:__anon12522
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dintr_vect_defs.h117 unsigned int h264 : 1; member in struct:__anon24291
159 unsigned int h264 : 1; member in struct:__anon24292
199 unsigned int h264 : 1; member in struct:__anon24293
239 unsigned int h264 : 1; member in struct:__anon24294
H A Dclkgen_defs.h100 unsigned int h264 : 1; member in struct:__anon24215
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/crystalhd/
H A Dbc_dts_defs.h181 /* Bit definitions for 'other.h264.valid' field */
383 struct BC_PIB_EXT_H264 h264; member in union:BC_PIC_INFO_BLOCK::__anon19000
H A Dcrystalhd_fw_if.h214 struct ppb_h264 h264; member in union:ppb::__anon19002
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dbc_dts_defs.h181 /* Bit definitions for 'other.h264.valid' field */
383 struct BC_PIB_EXT_H264 h264; member in union:BC_PIC_INFO_BLOCK::__anon30693
H A Dcrystalhd_fw_if.h214 struct ppb_h264 h264; member in union:ppb::__anon30695
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dallformats.c97 REGISTER_MUXDEMUX (H264, h264);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dallformats.c97 REGISTER_MUXDEMUX (H264, h264);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dallformats.c97 REGISTER_MUXDEMUX (H264, h264);

Completed in 171 milliseconds

12