Lines Matching refs:data

201     uint32_t crc_org;               ///< CRC value of the original input data
202 uint32_t crc; ///< CRC value calculated from decoded data
225 ALSChannelData **chan_data; ///< channel data for multi-channel correlation
226 ALSChannelData *chan_data_buffer; ///< contains channel data for all channels
234 int *last_acf_mantissa; ///< contains the last acf mantissa data of common multiplier for all channels
408 // if size = 0xFFFFFFFF then there is no data field!
422 // skip the header and trailer data
446 // no need to read the rest of ALSSpecificConfig (ra_unit_size & aux data)
592 /** Read the block data for a constant block
622 /** Decode the block data for a constant block
636 /** Read the block data for a non-constant block
911 /** Decode the block data for a non-constant block
1020 /** Read the block data.
1047 /** Decode the block data.
1063 // TODO: read RLSLMS extension data
1073 /** Read and decode block data successively.
1235 /** Read the channel data.
1273 av_log(ctx->avctx, AV_LOG_ERROR, "Damaged channel data.\n");
1454 /** Read and decode the floating point sample data
1637 /** Read the frame data.
1708 av_log(ctx->avctx, AV_LOG_ERROR, "Invalid channel data.\n");
1723 "Invalid block length %u in channel data!\n",
1803 const uint8_t *buffer = avpkt->data;
1826 // decode the frame data
1829 "Reading frame data failed. Skipping RA unit.\n");
1833 "No channel data decoded.\n");
1847 int##bps##_t *dest = (int##bps##_t*)frame->data[0]; \
1873 int32_t *src = (int32_t *)frame->data[0];
1894 int16_t *src = (int16_t*) frame->data[0];
1902 (uint32_t *) frame->data[0],
1907 crc_source = frame->data[0];
2068 // allocate and assign lag and gain data buffer for ltp mode
2089 // allocate and assign channel data buffer for mcc mode