Searched refs:psf_get_be32 (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_decoder.c | 92 …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()
|
D | ag_enc.c | 181 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/ |
D | sfendian.h | 240 psf_get_be32 (const uint8_t *ptr, int offset) in psf_get_be32() function
|
D | common.c | 1067 *intptr = psf_get_be32 (ucptr, 0) ; in psf_binheader_readf()
|