Searched refs:elementID (Results 1 - 15 of 15) sorted by relevance

/external/skia/include/animator/
H A DSkAnimator.h225 @param elementID is the value of the id attribute in the XML of this element
230 int32_t getArrayInt(const char* elementID, const char* fieldName, int index);
241 @param elementID is the value of the id attribute in the XML of this element
246 SkScalar getArrayScalar(const char* elementID, const char* fieldName, int index);
257 @param elementID is the value of the id attribute in the XML of this element
262 const char* getArrayString(const char* elementID, const char* fieldName, int index);
265 @param elementID is the value of the id attribute in the XML of this element
268 const SkDisplayable* getElement(const char* elementID);
278 @param elementID is the value of the id attribute in the XML of this element
281 SkElementType getElementType(const char* elementID);
[all...]
/external/aac/libSBRdec/src/
H A Dsbr_ram.h107 MP4_ELEMENT_ID elementID; /* Element ID set during initialization. Can be used for concealment */ member in struct:__anon222
H A Dsbrdecoder.cpp207 const MP4_ELEMENT_ID elementID,
422 const MP4_ELEMENT_ID elementID,
436 if ( elementID != ID_SCE && elementID != ID_CPE && elementID != ID_LFE )
446 && self->pSbrElement[elementIndex]->elementID == elementID
476 self->pSbrElement[elementIndex]->elementID = elementID;
479 switch (elementID) {
202 sbrDecoder_ResetElement( HANDLE_SBRDECODER self, int sampleRateIn, int sampleRateOut, int samplesPerFrame, const MP4_ELEMENT_ID elementID, const int elementIndex, const int overlap ) argument
416 sbrDecoder_InitElement( HANDLE_SBRDECODER self, const int sampleRateIn, const int sampleRateOut, const int samplesPerFrame, const AUDIO_OBJECT_TYPE coreCodec, const MP4_ELEMENT_ID elementID, const int elementIndex ) argument
602 sbrDecoder_Header( HANDLE_SBRDECODER self, HANDLE_FDK_BITSTREAM hBs, const INT sampleRateIn, const INT sampleRateOut, const INT samplesPerFrame, const AUDIO_OBJECT_TYPE coreCodec, const MP4_ELEMENT_ID elementID, const INT elementIndex ) argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFramePrivate.h45 WK_EXPORT bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frame, WKStringRef name, WKStringRef elementID, double time);
H A DWKBundleFrame.cpp92 bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStringRef elementID, double time) argument
94 return toImpl(frameRef)->pauseAnimationOnElementWithId(toImpl(name)->string(), toImpl(elementID)->string(), time);
/external/aac/libSBRdec/include/
H A Dsbrdecoder.h175 * \param elementID Table with MPEG-4 element Ids in canonical order.
186 const MP4_ELEMENT_ID elementID,
195 * \param elementID SBR element ID.
207 const MP4_ELEMENT_ID elementID,
/external/skia/src/svg/
H A DSkSVGParser.cpp244 SkString& elementID = element->f_id; local
245 if (elementID.size() == 0) {
246 elementID.set("sf");
247 elementID.appendS32(++strokeFillID);
258 _addAttributeLen("use", elementID.c_str(), elementID.size());
/external/aac/libMpegTPDec/include/
H A Dtp_data.h288 const MP4_ELEMENT_ID elementID,
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h288 const MP4_ELEMENT_ID elementID,
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h109 bool pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time);
H A DWebFrame.cpp388 bool WebFrame::pauseAnimationOnElementWithId(const String& animationName, const String& elementID, double time) argument
400 Node* coreNode = m_coreFrame->document()->getElementById(elementID);
/external/skia/src/animator/
H A DSkAnimator.cpp211 const SkMemberInfo* SkAnimator::getField(const char* elementID, const char* field) { argument
212 const SkDisplayable* element = getElement(elementID);
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp790 const MP4_ELEMENT_ID elementID,
783 aacenc_SbrCallback( void * self, HANDLE_FDK_BITSTREAM hBs, const INT sampleRateIn, const INT sampleRateOut, const INT samplesPerFrame, const AUDIO_OBJECT_TYPE coreCodec, const MP4_ELEMENT_ID elementID, const INT elementIndex ) argument
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 357 milliseconds