Lines Matching defs:ra_frame
1104 static int decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame,
1112 bd.ra_block = ra_frame;
1144 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame,
1154 bd[0].ra_block = ra_frame;
1167 bd[1].ra_block = ra_frame;
1456 static int read_diff_float_data(ALSDecContext *ctx, unsigned int ra_frame) {
1487 if (ra_frame) {
1639 static int read_frame_data(ALSDecContext *ctx, unsigned int ra_frame)
1652 if (sconf->ra_flag == RA_FLAG_FRAMES && ra_frame)
1681 ret = decode_blocks_ind(ctx, ra_frame, c,
1687 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks);
1714 bd.ra_block = ra_frame;
1784 read_diff_float_data(ctx, ra_frame);
1807 unsigned int c, sample, ra_frame, bytes_read, shift;
1816 ra_frame = sconf->ra_distance && !(ctx->frame_id % sconf->ra_distance);
1827 if ((invalid_frame = read_frame_data(ctx, ra_frame)) < 0)