OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decoderplay
(Results
1 - 1
of
1
) sorted by null
/frameworks/ex/variablespeed/jni/
variablespeed.cc
632
SLPlayItf
decoderPlay
= NULL;
637
OpenSL(decoder, GetInterface, SL_IID_PLAY, &
decoderPlay
);
638
OpenSL(
decoderPlay
, SetCallbackEventsMask, SL_PLAYEVENT_HEADATEND);
639
OpenSL(
decoderPlay
, RegisterCallback, DecodingEventCb, NULL);
653
callbackContext.playItf =
decoderPlay
;
667
OpenSL(
decoderPlay
, SetPlayState, SL_PLAYSTATE_PLAYING);
717
OpenSL(
decoderPlay
, SetPlayState, SL_PLAYSTATE_STOPPED);
727
OpenSL(
decoderPlay
, RegisterCallback, NULL, NULL);
730
decoderPlay
= NULL;
Completed in 922 milliseconds