Lines Matching refs:data
77 uint8_t *frame_data; ///< compressed frame data
84 int dynamic_range_compression; ///< frame contains DRC data
121 WmallChannelCtx channel[WMALL_MAX_CHANNELS]; ///< per channel data
319 * @brief Decode how the data in the frame is split into subframes.
320 * Every WMA frame contains the encoded data for a fixed number of
321 * samples per channel. The data for every channel might be split
355 /* loop until the frame data is split between the subframes */
1113 /* skip the rest of the frame data */
1147 /* when the frame data does not need to be concatenated, the input buffer
1191 const uint8_t* buf = avpkt->data;
1239 /* Append the previous frame data to the remaining data from the
1263 init_get_bits(gb, avpkt->data, s->buf_bit_size);
1279 * frame" data from the next packet so that we get a buffer that
1294 /* save the rest of the data so that it can be decoded