Home
last modified time | relevance | path

Searched refs:representation (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h48 switch (((SLAndroidDataFormat_PCM_EX *)df_pcm)->representation) { in sles_to_android_sampleFormat()
DAudioRecorder_to_android.cpp171 df_representation = &df_pcm->representation; in android_audioRecorder_checkSourceSink()
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/avc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt4 Google makes no representation or warranty that the codecs for which
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp251 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_SIGNED_INT; in TestRecToBuffQueue()
264 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_UNSIGNED_INT; in TestRecToBuffQueue()
269 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in TestRecToBuffQueue()
/frameworks/wilhelm/src/
Ddata.c352 pDataFormat->mPCMEx.representation = in checkDataFormat()
353 ((SLAndroidDataFormat_PCM_EX *)pFormat)->representation; in checkDataFormat()
354 switch (pDataFormat->mPCMEx.representation) { in checkDataFormat()
358 df_representation = &pDataFormat->mPCMEx.representation; in checkDataFormat()
362 pDataFormat->mPCMEx.representation); in checkDataFormat()
/frameworks/rs/api/
Drs_convert.spec21 representation to another.
144 Converts a color from a YUV representation to RGBA.
Drs_vector_math.spec20 These functions interpret the input arguments as representation of vectors in
/frameworks/base/docs/html/tools/help/
Dhierarchy-viewer.jd7 interface. It provides a visual representation of the layout's View hierarchy
Dindex.jd47 <dd>Provides a visual representation of the layout's View hierarchy with performance information
/frameworks/base/core/java/android/net/
DUri.java2021 int representation = parcel.readInt(); in readFrom() local
2022 switch (representation) { in readFrom()
2031 + representation); in readFrom()
2206 int representation = parcel.readInt(); in readFrom() local
2207 switch (representation) { in readFrom()
2215 throw new IllegalArgumentException("Bad representation: " + representation); in readFrom()
/frameworks/base/docs/html/sdk/installing/
Dstudio-androidview.jd50 from this representation.</p>
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h54 SLuint32 representation; member
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd180 clipboard. To do this, you can force the clipboard data into a text representation, and then
327 a representation of the URI. The representation is the same as that returned by
333 a representation of the URI. The representation is the same as that returned by
343 an Intent URI and returns it. The representation is the same as that returned by
717 // Generates a uri object from the string representation
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd326 local representation of the data that was backed up the last time {@link
333 the cloud storage, you can use this local representation to determine whether your data has changed
340 you must write a representation of the data that you delivered to {@code data} (a representation
417 <li>Whether or not you perform a backup (in step 2), write a representation of the current data to
419 locally as a representation of the data that is currently backed up. It passes this back to you as
425 <p>The following example saves a representation of the current data into {@code newState} using
/frameworks/rs/scriptc/
Drs_vector_math.rsh22 * These functions interpret the input arguments as representation of vectors in
/frameworks/base/docs/html/tools/performance/profile-gpu-rendering/
Dindex.jd39 <p>Profile GPU Rendering gives you a quick visual representation of how much time it takes to
/frameworks/wilhelm/tests/sandbox/
Dplaybq.c399 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT in main()
Dplaybq.cpp399 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT in main()
/frameworks/base/docs/html/tools/debugging/
Ddebugging-ui.jd61 provides a visual representation of the layout's View hierarchy (the View Hierarchy window)
169 representation of the entire Tree View window. Use Tree Overview to identify the part of the
188 a block representation of the UI. Layout View is another way to navigate through your UI.

12