HomeSort by relevance Sort by last modified time
    Searched refs:MP3 (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Android.mk 27 LOCAL_MODULE:= libOMX.TI.MP3.decode
Makefile 38 COMPONENT_LIB=libOMX.TI.MP3.decode.so
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThreadTask.h 125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
128 typedef void (T::*Method)(MP1, MP2, MP3);
129 typedef CCThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> CCThreadTaskImpl;
162 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
165 typedef void (T::*Method)(MP1, MP2, MP3, MP4);
166 typedef CCThreadTask4<T, P1, MP1, P2, MP2, P3, MP3, P4, MP4> CCThreadTaskImpl;
242 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
245 void (T::*method)(MP1, MP2, MP3),
250 return CCThreadTask3<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
258 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4
    [all...]
CCMainThreadTask.h 125 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
128 typedef void (T::*Method)(MP1, MP2, MP3);
129 typedef MainThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> MainThreadTaskImpl;
202 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
205 void (T::*method)(MP1, MP2, MP3),
210 return MainThreadTask3<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 121 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
124 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3);
125 typedef CrossThreadTask3<P1, MP1, P2, MP2, P3, MP3> CrossThreadTask;
156 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
159 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4);
160 typedef CrossThreadTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> CrossThreadTask;
194 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5>
197 typedef void (*Method)(ScriptExecutionContext*, MP1, MP2, MP3, MP4, MP5);
198 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask;
235 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileThreadTask.h 132 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
135 typedef void (T::*Method)(MP1, MP2, MP3);
136 typedef FileThreadTask3<T, P1, MP1, P2, MP2, P3, MP3> FileThreadTaskImpl;
209 template<typename T, typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
212 void (T::*method)(MP1, MP2, MP3),
217 return FileThreadTask3<T, typename CrossThreadCopier<P1>::Type, MP1, typename CrossThreadCopier<P2>::Type, MP2, typename CrossThreadCopier<P3>::Type, MP3>::create(
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 107 _MAKE_CODEC_ID (0x220000, MP3)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 98 // MP3 sub format field definition : can use 11 LSBs in the same way as MP3 frame header to specify
129 MP3 = 0x01000000,
  /external/qemu/android/
hw-events.h 325 KEY_CODE(MP3 ,0x187) \
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 192 /** MPEG layer 3 (MP3). */
193 public static final int MP3 = 5;
327 /** MP3 audio file type. */
328 public static final int MP3 = 3;
493 /** MP3 clips can't be assembled. */
523 /** The audio mixing feature doesn't support MP3 audio tracks. */
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 193 milliseconds