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

  /external/flac/libFLAC/include/protected/
stream_encoder.h 78 typedef struct FLAC__StreamEncoderProtected {
108 } FLAC__StreamEncoderProtected;
  /external/flac/include/FLAC/
stream_encoder.h 458 struct FLAC__StreamEncoderProtected;
465 struct FLAC__StreamEncoderProtected *protected_; /* avoid the C++ keyword 'protected' */
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 534 encoder->protected_ = (FLAC__StreamEncoderProtected*)calloc(1, sizeof(FLAC__StreamEncoderProtected));
    [all...]

Completed in 327 milliseconds