Home
last modified time | relevance | path

Searched refs:mstream (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/frontend/
H A Damiga_mpega.c32 MPEGA_STREAM *mstream = NULL; variable
54 if (mstream) { in exit_cleanup()
55 MPEGA_close(mstream); in exit_cleanup()
56 mstream = NULL; in exit_cleanup()
96 mstream = MPEGA_open((char *) fullname, &mctrl); in lame_decode_initfile()
97 if (!mstream) in lame_decode_initfile()
101 mp3data->stereo = mstream->dec_channels; in lame_decode_initfile()
102 mp3data->samplerate = mstream->dec_frequency; in lame_decode_initfile()
103 mp3data->bitrate = mstream->bitrate; in lame_decode_initfile()
104 mp3data->nsamp = (float) mstream in lame_decode_initfile()
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated-stream.js42 function mstream(config) { function
120 mstream(config);

Completed in 1 milliseconds