Home
last modified time | relevance | path

Searched refs:looping (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dnative_media_source.h38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping) in Source() argument
43 mLooping(looping), in Source()
69 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
Dnative_media_decoder_source.cpp28 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate);
60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, in createDecoderSource() argument
63 DecoderSource *d = new DecoderSource(w, h, colorFormat, fps, looping, regulateFeedingRate); in createDecoderSource()
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate) in DecoderSource() argument
71 : Source(w, h, colorFormat, fps, looping), in DecoderSource()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java283 public void setSoundWithResId(Context context, int resId, boolean looping) { in setSoundWithResId() argument
284 log("setSoundWithResId " + resId + ", looping: " + looping); in setSoundWithResId()
285 mLooping = looping; in setSoundWithResId()