Searched refs:cur_frame_length (Results 1 – 1 of 1) sorted by relevance
203 unsigned int cur_frame_length; ///< length of the current frame to decode member367 ctx->cur_frame_length = sconf->frame_length; in read_specific_config()576 if (ctx->cur_frame_length != ctx->sconf.frame_length) { in get_block_sizes()577 unsigned int remaining = ctx->cur_frame_length; in get_block_sizes()1466 int frame_length = ctx->cur_frame_length; in read_diff_float_data()1820 … ctx->cur_frame_length = FFMIN(sconf->samples - ctx->frame_id * (uint64_t) sconf->frame_length, in decode_frame()1823 ctx->cur_frame_length = sconf->frame_length; in decode_frame()1840 frame->nb_samples = ctx->cur_frame_length; in decode_frame()1852 for (sample = 0; sample < ctx->cur_frame_length; sample++) \ in decode_frame()1856 for (sample = 0; sample < ctx->cur_frame_length; sample++) \ in decode_frame()[all …]