Searched refs:start_code (Results 1 - 25 of 80) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c7525 static const uint8_t start_code[] = {0x00, 0x00, 0x01}; local
7526 ff_vdpau_add_data_chunk(s, start_code, sizeof(start_code));
H A Dmjpegbdec.c73 s->start_code = DQT;
82 s->start_code = DHT;
91 s->start_code = SOF0;
105 s->start_code = SOS;
H A Dmjpegdec.c85 s->start_code = -1;
928 switch(s->start_code)
1137 if ((s->start_code == APP1) && (len > (0x28 - 8)))
1265 int start_code; local
1272 start_code = find_marker(&buf_ptr, buf_end);
1275 if (start_code < 0) {
1278 av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%td\n", start_code, buf_end - buf_ptr);
1290 if (start_code == SOS && !s->ls)
1318 else if(start_code == SOS && s->ls){
1360 s->start_code
[all...]
H A Dmjpegdec.h42 int start_code; /* current start code */ member in struct:MJpegDecodeContext
H A Dmpeg12.c1708 const uint8_t *buf_end, *buf_start = *buf - 4; /* include start_code */
1709 int start_code = -1; local
1710 buf_end = ff_find_start_code(buf_start + 2, *buf + buf_size, &start_code);
1899 uint32_t start_code; local
1916 start_code= -1;
1917 buf = ff_find_start_code(buf, s->gb.buffer_end, &start_code);
1918 mb_y= start_code - SLICE_MIN_START_CODE;
2320 uint32_t start_code = -1; local
2321 buf_ptr = ff_find_start_code(buf_ptr,buf_end, &start_code);
2322 if (start_code >
[all...]
H A Dmpegvideo_parser.c33 uint32_t start_code; local
42 start_code= -1;
43 buf= ff_find_start_code(buf, buf_end, &start_code);
45 switch(start_code) {
119 if (start_code >= SLICE_MIN_START_CODE &&
120 start_code <= SLICE_MAX_START_CODE)
H A Dmsmpeg4.c1173 int start_code, num; local
1174 start_code = (get_bits(&s->gb, 16)<<16) | get_bits(&s->gb, 16);
1175 if(start_code!=0x00000100){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpeg.c163 int max_size, start_code;
179 start_code = -1;
183 start_code = get_be32(pb);
184 if ((start_code & 0xffffff00) == 0x100)
189 return start_code;
H A Drtp_mpv.c53 int start_code; local
57 start_code = -1;
58 r = ff_find_start_code(r1, buf1 + size, &start_code);
59 if((start_code & 0xFFFFFF00) == 0x100) {
61 if (start_code == 0x100) {
65 if (start_code == 0x1B8) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c328 dump->start_code = current->mm->start_code;
331 dump->u_tsize = ((current->mm->end_code - dump->start_code)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dprocess.c374 dump->start_code = tsk->mm->start_code;
377 dump->u_tsize = (tsk->mm->end_code - tsk->mm->start_code) >> PAGE_SHIFT;
H A Dsetup.c804 init_mm.start_code = (unsigned long) &_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dprocess.c312 dump->start_code = tsk->mm->start_code;
315 dump->u_tsize = (tsk->mm->end_code - tsk->mm->start_code) >> PAGE_SHIFT;
H A Dsetup.c223 kernel_code.start = init_mm.start_code;
479 init_mm.start_code = (unsigned long) &_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsetup.c83 kernel_code.start = __pa(init_mm.start_code);
509 init_mm.start_code = (unsigned long)_text;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dprocess.c269 dump->start_code = 0;
H A Dptrace.c242 tmp = child->mm->start_code + TEXT_OFFSET;
H A Dsetup.c295 init_mm.start_code = (unsigned long)_stext;
H A Dtraps.c114 (address > current->mm->start_code) &&
116 offset = address - current->mm->start_code;
427 fp->pc = current->mm->start_code;
550 (void*)current->mm->start_code,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsetup.c86 init_mm.start_code = (unsigned long) &text_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dptrace.c144 tmp = child->mm->end_code - child->mm->start_code;
156 tmp = child->mm->start_code;
H A Dsetup.c719 init_mm.start_code = (unsigned long) &_stext;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dptrace.c91 tmp = child->mm->start_code;
H A Dsetup.c121 init_mm.start_code = (unsigned long) &_stext;
H A Dtraps.c62 (int) current->mm->start_code,

Completed in 242 milliseconds

1234