Searched refs:decoderPlay (Results 1 – 1 of 1) sorted by relevance
/frameworks/ex/variablespeed/jni/ |
D | variablespeed.cc | 632 SLPlayItf decoderPlay = NULL; in PlayFromThisSource() local 637 OpenSL(decoder, GetInterface, SL_IID_PLAY, &decoderPlay); in PlayFromThisSource() 638 OpenSL(decoderPlay, SetCallbackEventsMask, SL_PLAYEVENT_HEADATEND); in PlayFromThisSource() 639 OpenSL(decoderPlay, RegisterCallback, DecodingEventCb, NULL); in PlayFromThisSource() 653 callbackContext.playItf = decoderPlay; in PlayFromThisSource() 667 OpenSL(decoderPlay, SetPlayState, SL_PLAYSTATE_PLAYING); in PlayFromThisSource() 717 OpenSL(decoderPlay, SetPlayState, SL_PLAYSTATE_STOPPED); in PlayFromThisSource() 727 OpenSL(decoderPlay, RegisterCallback, NULL, NULL); in PlayFromThisSource() 730 decoderPlay = NULL; in PlayFromThisSource()
|