Searched refs:header_idx (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c174 ft->header_idx= find_header_idx(s, codec, -1, key_frame);
191 ft->header_idx= find_header_idx(s, codec, frame_bytes + pred, key_frame);
235 ft->header_idx= find_header_idx(s, codec, -1, key_frame);
331 if(tmp_head_idx!=nut->frame_code[i].header_idx)tmp_fields=8;
339 tmp_head_idx= nut->frame_code[i].header_idx;
352 if(nut->frame_code[i].header_idx!= tmp_head_idx) break;
667 if( pkt->size < nut->header_len[fc->header_idx]
668 || (pkt->size > 4096 && fc->header_idx)
669 || memcmp(pkt->data, nut->header[fc->header_idx], nut->header_len[fc->header_idx]))
700 int best_length, frame_code, flags, needed_flags, i, header_idx, best_header_idx; local
[all...]
H A Dnut.h50 FLAG_HEADER_IDX =1024, ///<If set, header_idx is coded in the frame header.
70 uint8_t header_idx; member in struct:__anon2247
H A Dnutdec.c261 nut->frame_code[i].header_idx = tmp_head_idx;
663 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code){ argument
681 *header_idx = nut->frame_code[frame_code].header_idx;
706 *header_idx= ffio_read_varlen(bc);
712 if(*header_idx >= (unsigned)nut->header_count){
713 av_log(s, AV_LOG_ERROR, "header_idx invalid\n");
717 *header_idx=0;
718 size -= nut->header_len[*header_idx];
739 uint8_t header_idx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c318 nut->frame_code[i].header_idx = tmp_head_idx;
908 uint8_t *header_idx, int frame_code)
930 *header_idx = nut->frame_code[frame_code].header_idx;
954 *header_idx = ffio_read_varlen(bc);
960 if (*header_idx >= (unsigned)nut->header_count) {
961 av_log(s, AV_LOG_ERROR, "header_idx invalid\n");
965 *header_idx = 0;
966 size -= nut->header_len[*header_idx];
990 uint8_t header_idx; local
907 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) argument
[all...]
H A Dnutenc.c196 ft->header_idx = find_header_idx(s, codec, -1, key_frame);
215 ft->header_idx = find_header_idx(s, codec, frame_bytes + pred, key_frame);
262 ft->header_idx = find_header_idx(s, codec, -1, key_frame);
369 if (tmp_head_idx != nut->frame_code[i].header_idx) tmp_fields = 8;
377 tmp_head_idx = nut->frame_code[i].header_idx;
390 nut->frame_code[i].header_idx != tmp_head_idx)
803 if (pkt->size < nut->header_len[fc->header_idx] ||
804 (pkt->size > 4096 && fc->header_idx) ||
805 memcmp(pkt->data, nut->header[fc->header_idx],
806 nut->header_len[fc->header_idx]))
960 int best_length, frame_code, flags, needed_flags, i, header_idx; local
[all...]
H A Dnut.h52 FLAG_HEADER_IDX =1024, ///<If set, header_idx is coded in the frame header.
72 uint8_t header_idx; member in struct:FrameCode

Completed in 208 milliseconds