Searched refs:protected_ (Results 1 – 4 of 4) sorted by relevance
517 encoder->protected_ = calloc(1, sizeof(FLAC__StreamEncoderProtected)); in FLAC__stream_encoder_new()518 if(encoder->protected_ == 0) { in FLAC__stream_encoder_new()525 free(encoder->protected_); in FLAC__stream_encoder_new()533 free(encoder->protected_); in FLAC__stream_encoder_new()572 encoder->protected_->state = FLAC__STREAM_ENCODER_UNINITIALIZED; in FLAC__stream_encoder_new()584 FLAC__ASSERT(0 != encoder->protected_); in FLAC__stream_encoder_delete()608 free(encoder->protected_); in FLAC__stream_encoder_delete()634 if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED) in init_stream_internal_()645 if(encoder->protected_->channels == 0 || encoder->protected_->channels > FLAC__MAX_CHANNELS) in init_stream_internal_()648 if(encoder->protected_->channels != 2) { in init_stream_internal_()[all …]
263 decoder->protected_ = calloc(1, sizeof(FLAC__StreamDecoderProtected)); in FLAC__stream_decoder_new()264 if(decoder->protected_ == 0) { in FLAC__stream_decoder_new()271 free(decoder->protected_); in FLAC__stream_decoder_new()279 free(decoder->protected_); in FLAC__stream_decoder_new()288 free(decoder->protected_); in FLAC__stream_decoder_new()309 decoder->protected_->state = FLAC__STREAM_DECODER_UNINITIALIZED; in FLAC__stream_decoder_new()321 FLAC__ASSERT(0 != decoder->protected_); in FLAC__stream_decoder_delete()336 free(decoder->protected_); in FLAC__stream_decoder_delete()362 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED) in init_stream_internal_()380 if(is_ogg && !FLAC__ogg_decoder_aspect_init(&decoder->protected_->ogg_decoder_aspect)) in init_stream_internal_()[all …]
464 struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member
466 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member