Searched refs:next_pu_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedingerdec.c86 int next_pu_offset = 0; local
96 next_pu_offset = (parse_ctx->buf[5] << 24) +
101 if (next_pu_offset == 0 &&
103 next_pu_offset = 13;
105 if (next_pu_offset <= 0 || parse_ctx->buf_size < next_pu_offset)
108 in_buf = av_malloc(next_pu_offset);
109 memcpy(in_buf, parse_ctx->buf, next_pu_offset);
110 enc_buf = schro_buffer_new_with_data(in_buf, next_pu_offset);
114 parse_ctx->buf += next_pu_offset;
[all...]
H A Ddirac_parser.c92 int next_pu_offset; member in struct:DiracParseUnit
106 pu->next_pu_offset = AV_RB32(start+5);
109 if (pu->pu_type == 0x10 && pu->next_pu_offset == 0)
110 pu->next_pu_offset = 13;
161 pu.next_pu_offset != pu1.prev_pu_offset) {
175 pc->dirac_unit_size += pu.next_pu_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerdec.c93 int next_pu_offset = 0; local
103 next_pu_offset = (parse_ctx->buf[5] << 24) +
108 if (next_pu_offset == 0 &&
110 next_pu_offset = 13;
112 if (next_pu_offset <= 0 || parse_ctx->buf_size < next_pu_offset)
115 in_buf = av_malloc(next_pu_offset);
121 memcpy(in_buf, parse_ctx->buf, next_pu_offset);
122 enc_buf = schro_buffer_new_with_data(in_buf, next_pu_offset);
126 parse_ctx->buf += next_pu_offset;
[all...]
H A Ddirac_parser.c95 int next_pu_offset; member in struct:DiracParseUnit
109 pu->next_pu_offset = AV_RB32(start+5);
112 if (pu->pu_type == 0x10 && pu->next_pu_offset == 0)
113 pu->next_pu_offset = 13;
164 pu.next_pu_offset != pu1.prev_pu_offset ||
180 pc->dirac_unit_size += pu.next_pu_offset;

Completed in 69 milliseconds