Home
last modified time | relevance | path

Searched refs:psf_get_be32 (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/ALAC/
Dalac_decoder.c92 …theConfig.frameLength = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, frameLength))… in alac_decoder_init()
104 …theConfig.maxFrameBytes = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, maxFrameByt… in alac_decoder_init()
105 theConfig.avgBitRate = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, avgBitRate)) ; in alac_decoder_init()
106 theConfig.sampleRate = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, sampleRate)) ; in alac_decoder_init()
Dag_enc.c181 curr = psf_get_be32 (out, bitPos >> 3) ; in dyn_jam_noDeref()
204 curr = psf_get_be32 (out, bitPos >> 3) ; in dyn_jam_noDeref_large()
/third_party/libsnd/src/
Dsfendian.h240 psf_get_be32 (const uint8_t *ptr, int offset) in psf_get_be32() function
Dcommon.c1067 *intptr = psf_get_be32 (ucptr, 0) ; in psf_binheader_readf()