Searched defs:private_ (Results 1 - 3 of 3) sorted by relevance

/external/flac/include/FLAC/
H A Dstream_decoder.h464 struct FLAC__StreamDecoderPrivate *private_; /* avoid the C++ keyword 'private' */ member in struct:__anon6038
H A Dstream_encoder.h466 struct FLAC__StreamEncoderPrivate *private_; /* avoid the C++ keyword 'private' */ member in struct:__anon6045
/external/flac/libFLAC/
H A Dstream_encoder.c243 struct FLAC__StreamEncoderPrivate *private_,
540 encoder->private_ = (FLAC__StreamEncoderPrivate*)calloc(1, sizeof(FLAC__StreamEncoderPrivate));
541 if(encoder->private_ == 0) {
547 encoder->private_->frame = FLAC__bitwriter_new();
548 if(encoder->private_->frame == 0) {
549 free(encoder->private_);
555 encoder->private_->file = 0;
559 encoder->private_->is_being_deleted = false;
562 encoder->private_->subframe_workspace_ptr[i][0] = &encoder->private_
3675 find_best_partition_order_( FLAC__StreamEncoderPrivate *private_, const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned raw_bits_per_partition[], unsigned residual_samples, unsigned predictor_order, unsigned rice_parameter, unsigned rice_parameter_limit, unsigned min_partition_order, unsigned max_partition_order, unsigned bps, FLAC__bool do_escape_coding, unsigned rice_parameter_search_dist, FLAC__EntropyCodingMethod *best_ecm ) argument
[all...]

Completed in 110 milliseconds