Searched refs:ra_frame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c1038 static int decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame, argument
1047 bd.ra_block = ra_frame;
1079 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, argument
1090 bd[0].ra_block = ra_frame;
1103 bd[1].ra_block = ra_frame;
1297 static int read_frame_data(ALSDecContext *ctx, unsigned int ra_frame) argument
1309 if (sconf->ra_flag == RA_FLAG_FRAMES && ra_frame)
1337 if (decode_blocks_ind(ctx, ra_frame, c, div_blocks, js_blocks))
1342 if (decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks))
1368 bd.ra_block = ra_frame;
1441 unsigned int c, sample, ra_frame, bytes_read, shift; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c1058 static int decode_blocks_ind(ALSDecContext *ctx, unsigned int ra_frame, argument
1066 bd.ra_block = ra_frame;
1098 static int decode_blocks(ALSDecContext *ctx, unsigned int ra_frame, argument
1108 bd[0].ra_block = ra_frame;
1121 bd[1].ra_block = ra_frame;
1323 static int read_frame_data(ALSDecContext *ctx, unsigned int ra_frame) argument
1335 if (sconf->ra_flag == RA_FLAG_FRAMES && ra_frame)
1363 ret = decode_blocks_ind(ctx, ra_frame, c,
1369 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks);
1395 bd.ra_block = ra_frame;
1479 unsigned int c, sample, ra_frame, bytes_read, shift; local
[all...]

Completed in 63 milliseconds