Lines Matching refs:hbeStream
556 __declspec(dllexport) BE_ERR beFlushNoGap(HBE_STREAM hbeStream, PBYTE pOutput, PDWORD pdwOutput)
560 lame_global_flags* gfp = (lame_global_flags*)hbeStream;
578 __declspec(dllexport) BE_ERR beDeinitStream(HBE_STREAM hbeStream, PBYTE pOutput, PDWORD pdwOutput)
582 lame_global_flags* gfp = (lame_global_flags*)hbeStream;
600 __declspec(dllexport) BE_ERR beCloseStream(HBE_STREAM hbeStream)
602 lame_global_flags* gfp = (lame_global_flags*)hbeStream;
614 gfp_save = (lame_global_flags*)hbeStream;
684 __declspec(dllexport) BE_ERR beEncodeChunk(HBE_STREAM hbeStream, DWORD nSamples,
690 lame_global_flags* gfp = (lame_global_flags*)hbeStream;
729 __declspec(dllexport) BE_ERR beEncodeChunkFloatS16NI(HBE_STREAM hbeStream, DWORD nSamples,
733 lame_global_flags* gfp = (lame_global_flags*)hbeStream;
859 __declspec(dllexport) BE_ERR beWriteInfoTag( HBE_STREAM hbeStream,
865 lame_global_flags* gfp = (lame_global_flags*)hbeStream;