Searched refs:frame_code (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c141 ft= &nut->frame_code[start];
149 FrameCode *ft= &nut->frame_code[start];
168 FrameCode *ft= &nut->frame_code[start2];
185 FrameCode *ft= &nut->frame_code[start2];
196 FrameCode *ft= &nut->frame_code[start2];
226 FrameCode *ft= &nut->frame_code[index];
239 memmove(&nut->frame_code['N'+1], &nut->frame_code['N'], sizeof(FrameCode)*(255-'N'));
240 nut->frame_code[ 0].flags=
241 nut->frame_code[25
700 int best_length, frame_code, flags, needed_flags, i, header_idx, best_header_idx; local
[all...]
H A Dnutdec.c251 nut->frame_code[i].flags= FLAG_INVALID;
255 nut->frame_code[i].flags = tmp_flags ;
256 nut->frame_code[i].pts_delta = tmp_pts ;
257 nut->frame_code[i].stream_id = tmp_stream;
258 nut->frame_code[i].size_mul = tmp_mul ;
259 nut->frame_code[i].size_lsb = tmp_size+j;
260 nut->frame_code[i].reserved_count = tmp_res ;
261 nut->frame_code[i].header_idx = tmp_head_idx;
264 assert(nut->frame_code['N'].flags == FLAG_INVALID);
663 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code){ argument
733 decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code) argument
777 int i, frame_code=0, ret, skip; local
[all...]
H A Dnut.h53 FLAG_INVALID =8192, ///<if set, frame_code is invalid
92 FrameCode frame_code[256]; member in struct:__anon2250
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c308 nut->frame_code[i].flags = FLAG_INVALID;
312 nut->frame_code[i].flags = tmp_flags;
313 nut->frame_code[i].pts_delta = tmp_pts;
314 nut->frame_code[i].stream_id = tmp_stream;
315 nut->frame_code[i].size_mul = tmp_mul;
316 nut->frame_code[i].size_lsb = tmp_size + j;
317 nut->frame_code[i].reserved_count = tmp_res;
318 nut->frame_code[i].header_idx = tmp_head_idx;
321 av_assert0(nut->frame_code['N'].flags == FLAG_INVALID);
908 uint8_t *header_idx, int frame_code)
907 decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, uint8_t *header_idx, int frame_code) argument
983 decode_frame(NUTContext *nut, AVPacket *pkt, int frame_code) argument
1047 int i, frame_code = 0, ret, skip; local
[all...]
H A Dnutenc.c153 ft = &nut->frame_code[start];
161 FrameCode *ft = &nut->frame_code[start];
190 FrameCode *ft = &nut->frame_code[start2];
209 FrameCode *ft = &nut->frame_code[start2];
220 FrameCode *ft = &nut->frame_code[start2];
253 FrameCode *ft = &nut->frame_code[index];
266 memmove(&nut->frame_code['N' + 1], &nut->frame_code['N'], sizeof(FrameCode) * (255 - 'N'));
267 nut->frame_code[0].flags =
268 nut->frame_code[25
960 int best_length, frame_code, flags, needed_flags, i, header_idx; local
[all...]
H A Dnut.h55 FLAG_INVALID =8192, ///<if set, frame_code is invalid
96 FrameCode frame_code[256]; member in struct:NUTContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c65 int frame_code; member in struct:SVQ1Context
540 if (s->frame_code == 0x50 || s->frame_code == 0x60) {
551 if ((s->frame_code ^ 0x10) >= 0x50) {
620 s->frame_code = get_bits(&s->gb, 22);
622 if ((s->frame_code & ~0x70) || !(s->frame_code & 0x60))
626 if (s->frame_code != 0x20) {

Completed in 230 milliseconds