Searched refs:name (Results 101 - 125 of 1628) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp47 const char *name,
51 : SimpleSoftOMXComponent(name, callbacks, appData, component),
537 const char *name, const OMX_CALLBACKTYPE *callbacks,
539 return new android::SoftOpus(name, callbacks, appData, component);
46 SoftOpus( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
536 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOpus.h43 SoftOpus(const char *name,
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp38 const char *name,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
210 const char *name, const OMX_CALLBACKTYPE *callbacks,
212 return new android::SoftRaw(name, callbacks, appData, component);
37 SoftRaw( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
209 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftRaw.h28 SoftRaw(const char *name,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp46 const char *name,
50 : SimpleSoftOMXComponent(name, callbacks, appData, component),
474 const char *name, const OMX_CALLBACKTYPE *callbacks,
476 return new android::SoftVorbis(name, callbacks, appData, component);
45 SoftVorbis( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
473 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftVorbis.h29 SoftVorbis(const char *name,
/frameworks/av/media/libstagefright/foundation/
H A DAAtomizer.cpp27 const char *AAtomizer::Atomize(const char *name) { argument
28 return gAtomizer.atomize(name);
37 const char *AAtomizer::atomize(const char *name) { argument
41 size_t index = AAtomizer::Hash(name) % n;
45 if ((*it) == name) {
51 entry.push_back(AString(name));
H A DADebug.cpp35 const char *name, const char *value, ADebug::Level def) {
74 colon, globLen, name, strlen(name), true /* ignoreCase */)) {
87 const char *name, const char *propertyName, ADebug::Level def) {
90 return GetDebugLevelFromString(name, value, def);
96 char *ADebug::GetDebugName(const char *name) { argument
97 char *debugName = strdup(name);
34 GetDebugLevelFromString( const char *name, const char *value, ADebug::Level def) argument
86 GetDebugLevelFromProperty( const char *name, const char *propertyName, ADebug::Level def) argument
H A DALooper.cpp81 void ALooper::setName(const char *name) { argument
82 mName = name;
H A DAMessage.cpp128 inline size_t AMessage::findItemIndex(const char *name, size_t len) const { argument
140 if (!memcmp(mItems[i].mName, name, len)) {
157 // assumes item's name was uninitialized or NULL
158 void AMessage::Item::setName(const char *name, size_t len) { argument
161 memcpy((void*)mName, name, len + 1);
164 AMessage::Item *AMessage::allocateItem(const char *name) { argument
165 size_t len = strlen(name);
166 size_t i = findItemIndex(name, len);
176 item->setName(name, len);
183 const char *name, Typ
182 findItem( const char *name, Type type) const argument
224 setString( const char *name, const char *s, ssize_t len) argument
231 setString( const char *name, const AString &s) argument
236 setObjectInternal( const char *name, const sp<RefBase> &obj, Type type) argument
245 setObject(const char *name, const sp<RefBase> &obj) argument
249 setBuffer(const char *name, const sp<ABuffer> &buffer) argument
253 setMessage(const char *name, const sp<AMessage> &obj) argument
261 setRect( const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
273 findString(const char *name, AString *value) const argument
282 findObject(const char *name, sp<RefBase> *obj) const argument
291 findBuffer(const char *name, sp<ABuffer> *buf) const argument
300 findMessage(const char *name, sp<AMessage> *obj) const argument
309 findRect( const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const argument
541 const char *name = parcel.readCString(); local
[all...]
H A DParsedMessage.cpp47 bool ParsedMessage::findString(const char *name, AString *value) const { argument
48 AString key = name;
63 bool ParsedMessage::findInt32(const char *name, int32_t *value) const { argument
66 if (!findString(name, &stringValue)) {
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp54 const char *name,
101 const char *name,
108 item.mName = name;
1027 } else if (!strcasecmp("name", key.c_str())) {
100 addMedia( const char *name, const char *uri, const char *language, uint32_t flags) argument
/frameworks/av/media/libstagefright/include/
H A DOMX.h39 const char *name, const sp<IOMXObserver> &observer, node_id *node);
H A DOMXNodeInstance.h34 OMX *owner, const sp<IOMXObserver> &observer, const char *name);
H A DSimpleSoftOMXComponent.h34 const char *name,
H A DSoftOMXComponent.h31 const char *name,
46 const char *name() const;
71 const char *name, OMX_INDEXTYPE *index);
133 OMX_STRING name,
H A DSoftVideoDecoderOMXComponent.h34 const char *name,
59 const char *name, OMX_INDEXTYPE *index);
H A DSoftVideoEncoderOMXComponent.h32 const char *name,
69 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp75 String8 name("GraphicBufferSource");
78 mConsumer->setConsumerName(name);
H A DOMX.cpp223 const char *name, const sp<IOMXObserver> &observer, node_id *node) {
228 OMXNodeInstance *instance = new OMXNodeInstance(this, observer, name);
232 name, &OMXNodeInstance::kCallbacks,
236 ALOGE("FAILED to allocate omx component '%s'", name);
222 allocateNode( const char *name, const sp<IOMXObserver> &observer, node_id *node) argument
H A DOMXMaster.cpp77 char name[128]; local
80 name, sizeof(name), index++)) == OMX_ErrorNone) {
81 String8 name8(name);
84 ALOGE("A component of name '%s' already exists, ignoring this one.",
122 const char *name,
130 ssize_t index = mPluginByComponentName.indexOfKey(String8(name));
138 plugin->makeComponentInstance(name, callbacks, appData, component);
166 OMX_STRING name,
180 strcpy(name, name
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
165 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
185 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
[all...]
H A DOMXMaster.h35 const char *name,
44 OMX_STRING name,
49 const char *name,
H A DOMXNodeInstance.cpp167 OMX *owner, const sp<IOMXObserver> &observer, const char *name)
177 mName = ADebug::GetDebugName(name);
178 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");
179 ALOGV("debug level for %s is %d", name, DEBUG);
436 OMX_STRING name = const_cast<OMX_STRING>( local
440 OMX_ERRORTYPE err = OMX_GetExtensionIndex(mHandle, name, &index);
443 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
453 CLOG_IF_ERROR(setParameter, err, "%s(%#x): %s:%u en=%d", name, index,
463 OMX_STRING name = const_cast<OMX_STRING>( local
465 OMX_ERRORTYPE err = OMX_GetExtensionIndex(mHandle, name,
166 OMXNodeInstance( OMX *owner, const sp<IOMXObserver> &observer, const char *name) argument
504 OMX_STRING name = const_cast<OMX_STRING>( local
557 OMX_STRING name = const_cast<OMX_STRING>( local
587 OMX_STRING name = const_cast<OMX_STRING>( local
727 OMX_STRING name = const_cast<OMX_STRING>( local
[all...]
H A DSimpleSoftOMXComponent.cpp30 const char *name,
34 : SoftOMXComponent(name, callbacks, appData, component),
39 mLooper->setName(name);
29 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOMXComponent.cpp28 const char *name,
32 : mName(name),
84 const char *SoftOMXComponent::name() const { function in class:android::SoftOMXComponent
174 OMX_STRING name,
180 return me->getExtensionIndex(name, index);
285 const char * /* name */, OMX_INDEXTYPE * /* index */) {
27 SoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
172 GetExtensionIndexWrapper( OMX_HANDLETYPE component, OMX_STRING name, OMX_INDEXTYPE *index) argument

Completed in 126 milliseconds

1234567891011>>