/external/sonivox/arm-fm-22k/lib_src/ |
eas_miditypes.h | 105 S_METADATA_CB metadata; /* metadata callback */ member in struct:s_smf_data_tag
|
eas_smf.c | 609 /* set metadata callback */ 611 EAS_HWMemCpy(&pSMFData->metadata, (void*) value, sizeof(S_METADATA_CB)); 862 /* if the host has registered a metadata callback return the metadata */ 863 else if (pSMFData->metadata.callback) 882 readLen = pSMFData->metadata.bufferSize - 1; 885 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS) 887 pSMFData->metadata.buffer[readLen] = 0; 888 pSMFData->metadata.callback(metaType, pSMFData->metadata.buffer, pSMFData->metadata.pUserData) [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_miditypes.h | 105 S_METADATA_CB metadata; /* metadata callback */ member in struct:s_smf_data_tag
|
eas_smf.c | 609 /* set metadata callback */ 611 EAS_HWMemCpy(&pSMFData->metadata, (void*) value, sizeof(S_METADATA_CB)); 862 /* if the host has registered a metadata callback return the metadata */ 863 else if (pSMFData->metadata.callback) 882 readLen = pSMFData->metadata.bufferSize - 1; 885 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS) 887 pSMFData->metadata.buffer[readLen] = 0; 888 pSMFData->metadata.callback(metaType, pSMFData->metadata.buffer, pSMFData->metadata.pUserData) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 105 S_METADATA_CB metadata; /* metadata callback */ member in struct:s_smf_data_tag
|
eas_smf.c | 609 /* set metadata callback */ 611 EAS_HWMemCpy(&pSMFData->metadata, (void*) value, sizeof(S_METADATA_CB)); 862 /* if the host has registered a metadata callback return the metadata */ 863 else if (pSMFData->metadata.callback) 882 readLen = pSMFData->metadata.bufferSize - 1; 885 if ((result = EAS_HWReadFile(pEASData->hwInstData, pSMFStream->fileHandle, pSMFData->metadata.buffer, readLen, &readLen)) != EAS_SUCCESS) 887 pSMFData->metadata.buffer[readLen] = 0; 888 pSMFData->metadata.callback(metaType, pSMFData->metadata.buffer, pSMFData->metadata.pUserData) [all...] |
/external/valgrind/main/memcheck/ |
memcheck.h | 252 The metadata is not copied in cases 0, 2 or 3 so it should be 267 The metadata is not copied in cases 0, 2 or 3 so it should be
|
/external/webkit/Source/WebCore/manual-tests/ |
media-controls.html | 83 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' + 91 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' +
|
/external/webkit/Source/WebCore/platform/graphics/ |
BitmapImage.h | 88 // Clear the cached image data on the frame, and (optionally) the metadata. 218 // Generally called by destroyDecodedData(), destroys whole-image metadata
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
wpa_gui.svg | 20 <metadata 30 </metadata>
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
wpa_gui.svg | 20 <metadata 30 </metadata>
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerSession.java | 174 * @param textInfo text metadata for a spell checker 183 * @param textInfos an array of text metadata for a spell checker
|
/frameworks/base/docs/html/resources/articles/ |
qsb.jd | 94 <a href="{@docRoot}reference/android/app/SearchManager.html#SearchabilityMetadata">Searchability Metadata 111 <p>In Android 1.6, we added a new attribute to the metadata for searchables:
|
/frameworks/base/libs/camera/ |
Camera.cpp | 364 camera_frame_metadata_t *metadata) 372 listener->postData(msgType, dataPtr, metadata);
|
/frameworks/base/media/libstagefright/ |
AudioPlayer.cpp | 28 #include <media/stagefright/MetaData.h> 104 sp<MetaData> format = mSource->getFormat();
|
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/ |
CacheReader.cpp | 100 LOGE("Unable to stat metadata information file.\n"); 107 LOGE("Metadata information file is too small to be correct.\n");
|
/frameworks/compile/slang/ |
slang_backend.cpp | 46 #include "llvm/Metadata.h" 279 // Insert #pragma information into metadata section of module
|
/frameworks/media/libvideoeditor/lvpp/ |
AudioPlayerBase.cpp | 27 #include <media/stagefright/MetaData.h> 98 sp<MetaData> format = mSource->getFormat();
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Types.h | 128 /** @defgroup metadata Metadata handling
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Types.h | 128 /** @defgroup metadata Metadata handling
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Types.h | 128 /** @defgroup metadata Metadata handling
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupDetailFragment.java | 193 * Start the loader to retrieve the metadata for this group. 216 * The listener for the group metadata loader.
|
/external/llvm/docs/ |
LangRef.html | 48 <li><a href="#namedmetadatastructure">Named Metadata</a></li> 70 <li><a href="#t_metadata">Metadata Type</a></li> 103 <li><a href="#metadata">Metadata Nodes and Metadata Strings</a></li> 523 <i>; Named metadata</i> 524 !1 = metadata !{i32 41} 531 "<tt>main</tt>" and <a href="#namedmetadatastructure">named metadata</a> [all...] |
/frameworks/base/docs/html/guide/topics/appwidgets/ |
index.jd | 19 <li><a href="#MetaData">Adding the AppWidgetProviderInfo Metadata</a></li> 92 <dd>Describes the metadata for an App Widget, such as the App Widget's layout, 150 <li><code>android:name</code> - Specifies the metadata name. Use 160 <h2 id="MetaData">Adding the AppWidgetProviderInfo Metadata</h2> 400 attribute in the AppWidgetProviderInfo (see <a href="#MetaData">Adding the 401 AppWidgetProviderInfo Metadata</a> above). This method is also called 575 <code>android:configure</code> attribute (see <a href="#MetaData">Adding 576 the AppWidgetProviderInfo Metadata</a> above). For example, the configuratio [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 637 void my_face_callback(camera_frame_metadata_t *metadata) { 640 if ( NULL == metadata ) { 644 for ( idx = 0 ; idx < metadata->number_of_faces ; idx++ ) { 647 metadata->faces[idx].rect[0], 648 metadata->faces[idx].rect[1], 649 metadata->faces[idx].rect[2], 650 metadata->faces[idx].rect[3]); 691 camera_frame_metadata_t *metadata) { 712 ( NULL != metadata ) ) { 713 printf("Face detected %d \n", metadata->number_of_faces) [all...] |