Searched refs:looping (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_source.h | 38 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,
|
D | native_media_decoder_source.cpp | 28 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/ |
D | SoundPlayerObject.java | 283 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()
|