Home
last modified time | relevance | path

Searched refs:FLAC__StreamDecoderStateString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/flac/src/test_libFLAC/
H A Ddecoders.c85 printf(", state = %u (%s)\n", (uint32_t)state, FLAC__StreamDecoderStateString[state]); in die_s_()
527 printf("returned state = %u (%s)... OK\n", state, FLAC__StreamDecoderStateString[state]); in test_stream_decoder()
635 … printf("FAILED, returned false, state = %u (%s)\n", state, FLAC__StreamDecoderStateString[state]); in test_stream_decoder()
H A Dencoders.c77 …printf(" verify decoder state = %u (%s)\n", (uint32_t)dstate, FLAC__StreamDecoderStateString[… in die_s_()
332 …printf("returned state = %u (%s)... OK\n", (uint32_t)dstate, FLAC__StreamDecoderStateString[dstate… in test_stream_encoder()
/aosp_15_r20/external/flac/include/FLAC++/
H A Ddecoder.h108 inline const char *as_cstring() const { return ::FLAC__StreamDecoderStateString[state_]; } in as_cstring()
/aosp_15_r20/external/flac/examples/c/decode/file/
H A Dmain.c103 …fprintf(stderr, " state: %s\n", FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(de… in main()
/aosp_15_r20/external/flac/include/FLAC/
H A Dstream_decoder.h251 extern FLAC_API const char * const FLAC__StreamDecoderStateString[];
/aosp_15_r20/external/flac/src/test_seeking/
H A Dmain.c75 printf(", state = %u (%s)\n", (uint32_t)state, FLAC__StreamDecoderStateString[state]); in die_s_()
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/codecs/flac/dec/libstagefright_flacdec/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/
Dlibstagefright_flacdec.so.toc49 44: OBJECT GLOBAL DEFAULT 17 FLAC__StreamDecoderStateString
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_decoder.c178 FLAC_API const char * const FLAC__StreamDecoderStateString[] = { variable
819 return FLAC__StreamDecoderStateString[decoder->protected_->state]; in FLAC__stream_decoder_get_resolved_state_string()