Searched refs:FLAC__StreamDecoderStateString (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A D | decoders.c | 85 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 D | encoders.c | 77 …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 D | decoder.h | 108 inline const char *as_cstring() const { return ::FLAC__StreamDecoderStateString[state_]; } in as_cstring()
|
/aosp_15_r20/external/flac/examples/c/decode/file/ |
H A D | main.c | 103 …fprintf(stderr, " state: %s\n", FLAC__StreamDecoderStateString[FLAC__stream_decoder_get_state(de… in main()
|
/aosp_15_r20/external/flac/include/FLAC/ |
H A D | stream_decoder.h | 251 extern FLAC_API const char * const FLAC__StreamDecoderStateString[];
|
/aosp_15_r20/external/flac/src/test_seeking/ |
H A D | main.c | 75 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/ |
D | libstagefright_flacdec.so.toc | 49 44: OBJECT GLOBAL DEFAULT 17 FLAC__StreamDecoderStateString
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | stream_decoder.c | 178 FLAC_API const char * const FLAC__StreamDecoderStateString[] = { variable 819 return FLAC__StreamDecoderStateString[decoder->protected_->state]; in FLAC__stream_decoder_get_resolved_state_string()
|