Searched refs:keyframe (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddump_extradata_bsf.c26 const uint8_t *buf, int buf_size, int keyframe){
30 if( (keyframe && (avctx->flags2 & CODEC_FLAG2_LOCAL_HEADER) && cmd=='a')
31 ||(keyframe && (cmd=='k' || !cmd))
24 dump_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dchomp_bsf.c29 int keyframe)
25 chomp_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dmovsub_bsf.c27 const uint8_t *buf, int buf_size, int keyframe){
44 const uint8_t *buf, int buf_size, int keyframe){
25 text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
42 mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dremove_extradata_bsf.c26 const uint8_t *buf, int buf_size, int keyframe){
37 ||(!keyframe && cmd=='k')
24 remove_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dnoise_bsf.c26 const uint8_t *buf, int buf_size, int keyframe){
24 noise(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dbitstream_filter.c61 const uint8_t *buf, int buf_size, int keyframe){
64 return bsfc->filter->filter(bsfc, avctx, args, poutbuf, poutbuf_size, buf, buf_size, keyframe);
58 av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dimx_dump_header_bsf.c34 const uint8_t *buf, int buf_size, int keyframe)
32 imx_dump_header(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dnuv.c137 int keyframe; local
169 keyframe = !buf[2]; break;
171 keyframe = 0; break;
173 keyframe = 1; break;
201 if (keyframe && c->pic.data[0])
212 c->pic.pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
213 c->pic.key_frame = keyframe;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddump_extradata_bsf.c29 const uint8_t *buf, int buf_size, int keyframe){
33 if( (keyframe && (avctx->flags2 & CODEC_FLAG2_LOCAL_HEADER) && cmd=='a')
34 ||(keyframe && (cmd=='k' || !cmd))
27 dump_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dchomp_bsf.c29 int keyframe)
25 chomp_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dmovsub_bsf.c28 const uint8_t *buf, int buf_size, int keyframe){
44 const uint8_t *buf, int buf_size, int keyframe){
26 text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
42 mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dremove_extradata_bsf.c26 const uint8_t *buf, int buf_size, int keyframe){
37 ||(!keyframe && cmd=='k')
24 remove_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dbitstream_filter.c76 const uint8_t *buf, int buf_size, int keyframe)
81 buf, buf_size, keyframe);
73 av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dimx_dump_header_bsf.c34 const uint8_t *buf, int buf_size, int keyframe)
32 imx_dump_header(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dnoise_bsf.c30 const uint8_t *buf, int buf_size, int keyframe){
28 noise(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) argument
H A Dzmbvenc.c126 int keyframe, chpal; local
132 keyframe = !c->curfrm;
136 avctx->coded_frame->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
137 avctx->coded_frame->key_frame = keyframe;
138 chpal = !keyframe && memcmp(p->data[1], c->pal2, 1024);
156 if(keyframe){
214 if (keyframe)
229 pkt_size = c->zstream.total_out + 1 + 6*keyframe;
234 fl = (keyframe ? ZMBV_KEYFRAME : 0) | (chpal ? ZMBV_DELTAPAL : 0);
236 if (keyframe) {
[all...]
H A Dflashsv2enc.c31 * indicating a difference from the corresponding block in the last keyframe.
33 * block in the last keyframe, to improve compression.
38 * Don't keep Block structures for both current frame and keyframe.
40 * Figure out how to encode palette information in the stream, choose an optimum palette at each keyframe.
115 double tot_blocks; ///< blocks encoded since last keyframe
116 double diff_blocks; ///< blocks that were different since last keyframe
117 double tot_lines; ///< total scanlines in image since last keyframe
118 double diff_lines; ///< scanlines that were different since last keyframe
119 double raw_size; ///< size of raw frames since last keyframe
120 double comp_size; ///< size of compressed data since last keyframe
551 encode_block(FlashSV2Context *s, Palette * palette, Block * b, Block * prev, const uint8_t * src, int stride, int comp, int dist, int keyframe) argument
588 compare_sl(FlashSV2Context * s, Block * b, const uint8_t * src, uint8_t * frame, uint8_t * key, int y, int keyframe) argument
606 mark_all_blocks(FlashSV2Context * s, const uint8_t * src, int stride, int keyframe) argument
627 encode_all_blocks(FlashSV2Context * s, int keyframe) argument
685 write_bitstream(FlashSV2Context * s, const uint8_t * src, int stride, uint8_t * buf, int buf_size, int keyframe) argument
714 recommend_keyframe(FlashSV2Context * s, int *keyframe) argument
855 int keyframe = 0; local
[all...]
H A Dnuv.c159 int keyframe, ret; local
197 keyframe = !buf[2];
200 keyframe = 0;
203 keyframe = 1;
249 if (size_change || keyframe) {
262 c->pic->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P;
263 c->pic->key_frame = keyframe;
H A Dmss2.c177 int keyframe, int w, int h)
181 if (!keyframe) {
236 int keyframe, int kf_slipt, int slice, int w, int h)
245 const int alphabet_size = 270 - keyframe;
249 if (!keyframe) {
279 if (symbol >= 204 - keyframe)
280 symbol += 14 - keyframe;
474 int keyframe, has_wmv9, has_mv, is_rle, is_555, ret; local
485 if (keyframe = get_bits1(&gb))
488 has_mv = keyframe
176 decode_555(GetByteContext *gB, uint16_t *dst, int stride, int keyframe, int w, int h) argument
234 decode_rle(GetBitContext *gb, uint8_t *pal_dst, int pal_stride, uint8_t *rgb_dst, int rgb_stride, uint32_t *pal, int keyframe, int kf_slipt, int slice, int w, int h) argument
[all...]
H A Dmsvideo1enc.c73 int keyframe = 0; local
88 keyframe = 1;
107 if(!keyframe){
244 keyframe = 1;
245 if(keyframe)
249 if (keyframe) pkt->flags |= AV_PKT_FLAG_KEY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmsnwc_tcp.c32 * uint16_t ff; // keyframe + some other info(???)
54 bytestream += 2; // keyframe
105 uint16_t keyframe; local
111 keyframe = avio_rl16(pb);
127 * this bit and rely on the codec to get keyframe information */
128 if(keyframe&1)
H A Dvc1test.c91 int keyframe = 0; local
99 keyframe = 1;
105 pkt->flags |= keyframe ? AV_PKT_FLAG_KEY : 0;
H A Dgifdec.c200 keyframe, frame_parsed = 0, ret; local
205 keyframe = memcmp(buf, gif87a_sig, 6) == 0 ||
210 keyframe = 0;
213 if (keyframe) {
274 if (keyframe)
289 if (!keyframe)
294 keyframe = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmsnwc_tcp.c32 * uint16_t ff; // keyframe + some other info(???)
54 bytestream += 2; // keyframe
105 uint16_t keyframe; local
111 keyframe = avio_rl16(pb);
127 * this bit and rely on the codec to get keyframe information */
128 if(keyframe&1)
H A Dvc1test.c93 int keyframe = 0; local
101 keyframe = 1;
107 pkt->flags |= keyframe ? AV_PKT_FLAG_KEY : 0;

Completed in 281 milliseconds

1234