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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dralf.c66 int sample_offset; member in struct:RALFContext
352 if (ctx->sample_offset + len > ctx->max_frame_size) {
416 ctx->sample_offset += len;
493 ctx->sample_offset = 0;
500 if (decode_block(avctx, &gb, samples0 + ctx->sample_offset,
501 samples1 + ctx->sample_offset) < 0) {
509 frame->nb_samples = ctx->sample_offset;
510 *got_frame_ptr = ctx->sample_offset > 0;
H A Dadpcm.c331 ADPCMChannelStatus *right, int channels, int sample_offset)
338 out0 += sample_offset;
342 out1 += sample_offset;
1023 int sample_offset = 0; local
1027 avctx->channels, sample_offset)) < 0)
1030 sample_offset += samples_per_block;
329 xa_decode(AVCodecContext *avctx, int16_t *out0, int16_t *out1, const uint8_t *in, ADPCMChannelStatus *left, ADPCMChannelStatus *right, int channels, int sample_offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsegafilm.c43 int64_t sample_offset; member in struct:__anon3627
221 film->sample_table[i].sample_offset =
267 avio_seek(pb, sample->sample_offset, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsegafilm.c42 int64_t sample_offset; member in struct:__anon2271
210 film->sample_table[i].sample_offset =
253 avio_seek(pb, sample->sample_offset, SEEK_SET);

Completed in 54 milliseconds