HomeSort by relevance Sort by last modified time
    Searched refs:protected_ (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/
stream_encoder.c 365 FLAC__StreamMetadata_SeekTable *seek_table; /* pointer into encoder->protected_->metadata_ where the seek table is */
534 encoder->protected_ = (FLAC__StreamEncoderProtected*)calloc(1, sizeof(FLAC__StreamEncoderProtected));
535 if(encoder->protected_ == 0) {
542 free(encoder->protected_);
550 free(encoder->protected_);
589 encoder->protected_->state = FLAC__STREAM_ENCODER_UNINITIALIZED;
599 FLAC__ASSERT(0 != encoder->protected_);
623 free(encoder->protected_);
649 if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED)
660 if(encoder->protected_->channels == 0 || encoder->protected_->channels > FLAC__MAX_CHANNELS
    [all...]
ogg_helper.c 55 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
62 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
69 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
111 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
117 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
135 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
149 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
159 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
171 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
192 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR
    [all...]
stream_decoder.c 193 FLAC__bool do_md5_checking; /* initially gets protected_->md5_checking but is turned off after a seek or if the metadata has a zero MD5 */
291 decoder->protected_ = (FLAC__StreamDecoderProtected*)calloc(1, sizeof(FLAC__StreamDecoderProtected));
292 if(decoder->protected_ == 0) {
299 free(decoder->protected_);
307 free(decoder->protected_);
316 free(decoder->protected_);
337 decoder->protected_->state = FLAC__STREAM_DECODER_UNINITIALIZED;
347 FLAC__ASSERT(0 != decoder->protected_);
362 free(decoder->protected_);
388 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 463 struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon5856
    [all...]
stream_encoder.h 465 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon5863
    [all...]

Completed in 482 milliseconds