Searched refs:name (Results 26 - 50 of 3167) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DIMediaLogService.h31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
H A DIOMX.h81 const char *name, const sp<IOMXObserver> &observer,
H A DMediaAnalyticsItem.h230 void setName(const char *name, size_t len);
241 size_t findPropIndex(const char *name, size_t len);
242 Prop *findProp(const char *name);
243 Prop *allocateProp(const char *name);
244 bool removeProp(const char *name);
H A DMediaCodecInfo.h167 * Return the name of the service that hosts the codec. This value is not
170 * Currently, this is the "instance name" of the IOmx service.
216 * Set the name of the codec.
218 * @param name The new name.
220 void setName(const char* name);
222 * Set the owner name of the codec.
224 * This "owner name" is the name of the `IOmx` instance that supports this
227 * @param owner The new owner name
[all...]
H A DMediaExtractor.h80 virtual const char * name() { return "<unspecified>"; } function in class:android::MediaExtractor
111 // a human readable name
H A DMediaProfiles.h107 * Returns the value for the given param name for the given camera at
110 * Supported param name are:
123 int getCamcorderProfileParamByName(const char *name, int cameraId,
143 * Returns the value for the given param name for the given video encoder
146 * Supported param name are:
156 int getVideoEncoderParamByName(const char *name, video_encoder codec) const;
164 * Returns the value for the given param name for the given audio encoder
167 * Supported param name are:
175 int getAudioEncoderParamByName(const char *name, audio_encoder codec) const;
343 const char* name; member in struct:android::MediaProfiles::NameToTagMap
[all...]
H A Dmediascanner.h114 status_t addStringTag(const char* name, const char* value);
119 virtual status_t handleStringTag(const char* name, const char* value) = 0;
/frameworks/av/include/media/audiohal/
H A DDevicesFactoryHalInterface.h29 // Opens a device with the specified name. To close the device, it is
31 virtual status_t openDevice(const char *name, sp<DeviceHalInterface> *device) = 0;
/frameworks/av/include/media/nblog/
H A DNBLog.h56 EVENT_PID, // process ID and process name
61 EVENT_HASH, // unique HASH of log origin, originates from hash of file name
374 // cached pid and process name to use in %p format specifier
375 // total tag length is mPidTagSize and process name is not zero terminated
487 // Wrapper for a reader with a name. Contains a pointer to the reader and a pointer to the name
491 NamedReader(const sp<NBLog::Reader>& reader, const char *name) : argument
493 { strlcpy(mName, name, sizeof(mName)); }
496 const char* name() const { return mName; } function in class:android::NBLog::NamedReader
555 // handle author entry by looking up the author's name an
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h65 const char* owner, const char* name,
H A DMediaCodec.h87 const sp<ALooper> &looper, const AString &name, status_t *err = NULL,
380 static sp<CodecBase> GetCodecBase(const AString &name);
387 status_t init(const AString &name);
H A DMediaCodecList.h47 virtual ssize_t findCodecByName(const char *name) const;
H A DMediaSync.h99 // Set the consumer name of the input queue.
100 void setName(const AString &name);
155 // some clarifying notes about the name.
H A DOMXClient.h30 status_t connect(const char* name);
H A DRemoteMediaExtractor.h44 virtual const char * name();
/frameworks/av/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/include/mediadrm/
H A DDrm.h86 virtual status_t getPropertyString(String8 const &name, String8 &value ) const;
87 virtual status_t getPropertyByteArray(String8 const &name,
89 virtual status_t setPropertyString(String8 const &name, String8 const &value ) const;
90 virtual status_t setPropertyByteArray(String8 const &name,
H A DDrmHal.h116 virtual status_t getPropertyString(String8 const &name, String8 &value ) const;
117 virtual status_t getPropertyByteArray(String8 const &name,
119 virtual status_t setPropertyString(String8 const &name, String8 const &value ) const;
120 virtual status_t setPropertyByteArray(String8 const &name,
210 status_t getPropertyStringInternal(String8 const &name, String8 &value) const;
211 status_t getPropertyByteArrayInternal(String8 const &name,
H A DIDrm.h94 virtual status_t getPropertyString(String8 const &name, String8 &value) const = 0;
95 virtual status_t getPropertyByteArray(String8 const &name,
97 virtual status_t setPropertyString(String8 const &name,
99 virtual status_t setPropertyByteArray(String8 const &name,
/frameworks/av/media/audioserver/
H A DAndroid.mk24 # TODO oboeservice is the old folder name for aaudioservice. It will be changed.

Completed in 156 milliseconds

1234567891011>>