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 345 FLAC__StreamMetadata_SeekTable *seek_table; /* pointer into encoder->protected_->metadata_ where the seek table is */
517 encoder->protected_ = calloc(1, sizeof(FLAC__StreamEncoderProtected));
518 if(encoder->protected_ == 0) {
525 free(encoder->protected_);
533 free(encoder->protected_);
572 encoder->protected_->state = FLAC__STREAM_ENCODER_UNINITIALIZED;
584 FLAC__ASSERT(0 != encoder->protected_);
608 free(encoder->protected_);
634 if(encoder->protected_->state != FLAC__STREAM_ENCODER_UNINITIALIZED)
645 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 167 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 */
263 decoder->protected_ = calloc(1, sizeof(FLAC__StreamDecoderProtected));
264 if(decoder->protected_ == 0) {
271 free(decoder->protected_);
279 free(decoder->protected_);
288 free(decoder->protected_);
309 decoder->protected_->state = FLAC__STREAM_DECODER_UNINITIALIZED;
321 FLAC__ASSERT(0 != decoder->protected_);
336 free(decoder->protected_);
362 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 464 struct FLAC__StreamDecoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon9321
    [all...]
stream_encoder.h 466 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */ member in struct:__anon9328
    [all...]

Completed in 828 milliseconds