41#define BINK_UE_DECODER_EXTRA_INPUT_SPACE 72
46#define BINK_UE_DECODER_END_INPUT_SPACE 16
75#define BinkAudioDecodeOutputMaxSize() ( 2048 * sizeof(int16_t) * 2 )
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void DecodeResetStartFrameFnType(void *BinkAudioDecoderMemory)
Definition binka_ue_decode.h:61
uint32_t DecodeOpenFnType(void *BinkAudioDecoderMemory, uint32_t rate, uint32_t chans, bool interleave_output, bool is_bink_audio_2)
Definition binka_ue_decode.h:54
uint32_t DecodeFnType(void *BinkAudioDecoderMemory, uint8_t *OutputBuffer, uint32_t OutputBufferLen, uint8_t const **InputBuffer, uint8_t const *InputBufferEnd)
Definition binka_ue_decode.h:58
uint32_t DecodeMemoryFnType(uint32_t rate, uint32_t chans)
Definition binka_ue_decode.h:51
UEBinkAudioDecodeInterface * UnrealBinkAudioDecodeInterface()
Definition binka_ue_decode.cpp:61
char * InputBufferEnd
Definition binka_ue_decode_test.cpp:31
char const * InputBuffer
Definition binka_ue_decode_test.cpp:29
Definition binka_ue_decode.h:64
DecodeFnType * DecodeFn
Definition binka_ue_decode.h:67
DecodeMemoryFnType * MemoryFn
Definition binka_ue_decode.h:65
DecodeOpenFnType * OpenFn
Definition binka_ue_decode.h:66
DecodeResetStartFrameFnType * ResetStartFn
Definition binka_ue_decode.h:68