Lines Matching defs:data
130 int32_t *inout_buffer; ///< Pointer to data currently being read from lavc or written to bitstream.
131 int32_t *major_inout_buffer; ///< Buffer with all in/out data for one entire major frame interval.
132 int32_t *write_buffer; ///< Pointer to data currently being written to bitstream.
134 int32_t *major_scratch_buffer; ///< Scratch buffer big enough to fit all data for one entire major frame interval.
842 /* TODO state data for IIR filter. */
996 /** Writes the substream data to the bitstream. */
1160 ****************** Functions that input data to context ********************
1163 /** Inputs data from the samples passed by lavc into the context, shifts them
1204 /** Wrapper function for inputting data in two different bit-depths. */
1228 ********* Functions that analyze the data and set the parameters ***********
1297 /** Determines the best filter parameters for the given data and writes the
1345 * buffer if the filter is good enough. Sets the filter data to be cleared if
1703 *************** Functions that process the data in some way ****************
1784 /** Generates two noise channels worth of data. */
2072 uint8_t *data;
2089 data = frame ? frame->data[0] : NULL;
2102 if (data)
2118 bytes_written = write_access_unit(ctx, avpkt->data, avpkt->size, restart_frame);
2130 if (data)
2131 input_data(ctx, data, frame->nb_samples);