Searched refs:name (Results 226 - 250 of 3167) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/include/media/stagefright/
H A DRemoteMediaExtractor.h44 virtual const char * name();
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAAtomizer.h32 static const char *Atomize(const char *name);
42 const char *atomize(const char *name);
H A DABase.h25 #define DISALLOW_EVIL_CONSTRUCTORS(name) \
26 name(const name &); \
27 name &operator=(const name &) /* NOLINT */
H A DADebug.h155 // parse the property or string to get a long-type level for a component name
159 // - <glob> is used to match component name case insensitively, if omitted, it
164 const char *name, const char *value, long def);
166 const char *name, const char *value, long def);
170 const char *name, const char *propertyName, Level def = kDebugNone);
172 // remove redundant segments of a codec name, and return a newly allocated
174 static char *GetDebugName(const char *name);
177 const char *name __unused /* nonnull */, bool allow __unused = true) {
179 if (!strcmp(name, "legacy-adaptive")) {
180 return getExperimentFlag(allow, name,
[all...]
H A DALooper.h42 void setName(const char *name);
H A DAMessage.h98 void setInt32(const char *name, int32_t value);
99 void setInt64(const char *name, int64_t value);
100 void setSize(const char *name, size_t value);
101 void setFloat(const char *name, float value);
102 void setDouble(const char *name, double value);
103 void setPointer(const char *name, void *value);
104 void setString(const char *name, const char *s, ssize_t len = -1);
105 void setString(const char *name, const AString &s);
106 void setObject(const char *name, const sp<RefBase> &obj);
107 void setBuffer(const char *name, cons
[all...]
H A DParsedMessage.h30 bool findString(const char *name, AString *value) const;
31 bool findInt32(const char *name, int32_t *value) const;
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp85 const hidl_string& name,
101 this, new LWOmxObserver(observer), name.c_str());
105 name.c_str(), &OMXNodeInstance::kCallbacks,
110 "'" << name.c_str() << "' "
119 const auto& codec = mParser.getCodecMap().find(name.c_str());
122 "'" << name.c_str() << "' "
222 IOmx* HIDL_FETCH_IOmx(const char* /* name */) {
84 allocateNode( const hidl_string& name, const sp<IOmxObserver>& observer, allocateNode_cb _hidl_cb) argument
H A DOmxStore.cpp73 node.name = nodePair.second.name;
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp40 ALOGW("couldn't determine process name");
45 ALOGW("couldn't determine process name");
48 // the name is newline terminated, so erase the newline
98 char name[128]; local
101 name, sizeof(name), index++)) == OMX_ErrorNone) {
102 String8 name8(name);
105 ALOGE("A component of name '%s' already exists, ignoring this one.",
143 const char *name,
147 ALOGI("makeComponentInstance(%s) in %s process", name, mProcessNam
142 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
187 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
207 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
[all...]
H A DOMXNodeInstance.cpp347 Omx *owner, const sp<IOMXObserver> &observer, const char *name)
361 mName = ADebug::GetDebugName(name);
362 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");
363 ALOGV("debug level for %s is %d", name, DEBUG);
377 mIsSecure = AString(name).endsWith(".secure");
806 OMX_STRING name = const_cast<OMX_STRING>( local
811 OMX_ERRORTYPE err = OMX_GetExtensionIndex(mHandle, name, &index);
820 CLOG_IF_ERROR(setParameter, err, "%s(%#x): %s:%u en=%d", name, index,
837 CLOG_ERROR_IF(enable, getExtensionIndex, err, "%s", name);
859 OMX_STRING name local
346 OMXNodeInstance( Omx *owner, const sp<IOMXObserver> &observer, const char *name) argument
899 OMX_STRING name = const_cast<OMX_STRING>( local
984 OMX_STRING name = const_cast<OMX_STRING>( local
1018 OMX_STRING name = const_cast<OMX_STRING>( local
1333 OMX_STRING name = const_cast<OMX_STRING>( local
[all...]
H A DSimpleSoftOMXComponent.cpp29 const char *name,
33 : SoftOMXComponent(name, callbacks, appData, component),
38 mLooper->setName(name);
28 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftOMXComponent.cpp27 const char *name,
31 : mName(name),
83 const char *SoftOMXComponent::name() const { function in class:android::SoftOMXComponent
173 OMX_STRING name,
179 return me->getExtensionIndex(name, index);
284 const char * /* name */, OMX_INDEXTYPE * /* index */) {
26 SoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
171 GetExtensionIndexWrapper( OMX_HANDLETYPE component, OMX_STRING name, OMX_INDEXTYPE *index) argument
H A DSoftOMXPlugin.cpp78 const char *name,
82 ALOGV("makeComponentInstance '%s'", name);
85 if (strcmp(name, kComponents[i].mName)) {
133 (*createSoftOMXComponent)(name, callbacks, appData, component);
180 OMX_STRING name,
187 strcpy(name, kComponents[index].mName);
193 const char *name,
196 if (strcmp(name, kComponents[i].mName)) {
77 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
179 enumerateComponents( OMX_STRING name, size_t , OMX_U32 index) argument
192 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DSoftVideoDecoderOMXComponent.cpp44 const char *name,
54 : SimpleSoftOMXComponent(name, callbacks, appData, component),
667 const char *name, OMX_INDEXTYPE *index) {
668 if (!strcmp(name, "OMX.google.android.index.prepareForAdaptivePlayback")) {
671 } else if (!strcmp(name, "OMX.google.android.index.describeColorAspects")
675 } else if (!strcmp(name, "OMX.google.android.index.describeHDRStaticInfo")
681 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
43 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
666 getExtensionIndex( const char *name, OMX_INDEXTYPE *index) argument
H A DSoftVideoEncoderOMXComponent.cpp58 const char *name,
68 : SimpleSoftOMXComponent(name, callbacks, appData, component),
658 const char *name, OMX_INDEXTYPE *index) {
659 if (!strcmp(name, "OMX.google.android.index.storeMetaDataInBuffers") ||
660 !strcmp(name, "OMX.google.android.index.storeANWBufferInMetadata")) {
664 return SimpleSoftOMXComponent::getExtensionIndex(name, index);
57 SoftVideoEncoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
657 getExtensionIndex( const char *name, OMX_INDEXTYPE *index) argument
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DOmx.h64 const hidl_string& name,
83 extern "C" IOmx* HIDL_FETCH_IOmx(const char* name);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXMaster.h35 const char *name,
44 OMX_STRING name,
49 const char *name,
H A DOMXNodeInstance.h43 Omx *owner, const sp<IOMXObserver> &observer, const char *name);
H A DSimpleSoftOMXComponent.h39 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 DSoftOMXPlugin.h30 const char *name,
39 OMX_STRING name,
44 const char *name,
H A DSoftVideoDecoderOMXComponent.h36 const char *name,
75 const char *name, OMX_INDEXTYPE *index);
H A DSoftVideoEncoderOMXComponent.h31 const char *name,
68 virtual OMX_ERRORTYPE getExtensionIndex(const char *name, OMX_INDEXTYPE *index);
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h99 WebmStream(int type, const char *name, sp<WebmElement> (*makeTrack)(const sp<MetaData>&)) argument
101 mName(name),

Completed in 190 milliseconds

1234567891011>>