Searched refs:name (Results 1 - 25 of 1628) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp92 ALOGE("%s: no tag name defined for vendor tag %d.", __FUNCTION__, tag);
98 ALOGE("%s: no section name defined for vendor tag %d.", __FUNCTION__, tag);
187 ALOGE("%s: parcel tag name was NULL for tag %d.", __FUNCTION__, tag);
225 ALOGE("%s: parcel section name was NULL for section %zu.",
331 status_t VendorTagDescriptor::lookupTag(String8 name, String8 section, /*out*/uint32_t* tag) const {
338 ssize_t nameIndex = mReverseMapping[index]->indexOfKey(name);
340 ALOGE("%s: Tag name '%s' does not exist.", __FUNCTION__, name.string());
368 String8 name = mTagToNameMap.valueAt(i);
375 "", tag, name
[all...]
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp66 const char16_t* name = parcel->readString16Inplace(&len); local
67 ALOGV("%s: Read surface name = %s", __FUNCTION__,
68 name != NULL ? String8(name).string() : "<null>");
H A DICameraDeviceUser.cpp221 data.writeString16(String16("unknown_name")); // name of surface
410 String16 name = readMaybeEmptyString16(data); local
414 ALOGV("%s: CREATE_STREAM: bp = %p, name = %s", __FUNCTION__,
415 bp.get(), String8(name).string());
417 ALOGV("%s: CREATE_STREAM: bp = unset, name = unset",
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp31 static void usage(const char* name) argument
33 fprintf(stderr, "Usage: %s [-d duration] [-m] [-w] [<output-file>]\n", name);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.cpp75 const String8& name, String8& value) const {
76 if (name == "vendor") {
78 } else if (name == "version") {
80 } else if (name == "description") {
82 } else if (name == "algorithms") {
85 ALOGE("App requested unknown string property %s", name.string());
74 getPropertyString( const String8& name, String8& value) const argument
H A DDrmPlugin.h132 const String8& name, String8& value) const;
135 const String8& name, Vector<uint8_t>& value) const {
136 UNUSED(name);
142 const String8& name, const String8& value) {
143 UNUSED(name);
149 const String8& name, const Vector<uint8_t>& value) {
150 UNUSED(name);
134 getPropertyByteArray( const String8& name, Vector<uint8_t>& value) const argument
141 setPropertyString( const String8& name, const String8& value) argument
148 setPropertyByteArray( const String8& name, const Vector<uint8_t>& value) argument
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp377 status_t MockDrmPlugin::getPropertyString(String8 const &name, String8 &value) const argument
379 ALOGD("MockDrmPlugin::getPropertyString(name=%s)", name.string());
380 ssize_t index = mStringProperties.indexOfKey(name);
382 ALOGD("no property for '%s'", name.string());
389 status_t MockDrmPlugin::getPropertyByteArray(String8 const &name, argument
392 ALOGD("MockDrmPlugin::getPropertyByteArray(name=%s)", name.string());
393 ssize_t index = mByteArrayProperties.indexOfKey(name);
395 ALOGD("no property for '%s'", name
402 setPropertyString(String8 const &name, String8 const &value) argument
436 setPropertyByteArray(String8 const &name, Vector<uint8_t> const &value) argument
[all...]
H A DMockDrmCryptoPlugin.h95 status_t getPropertyString(String8 const &name, String8 &value ) const;
96 status_t getPropertyByteArray(String8 const &name,
99 status_t setPropertyString(String8 const &name,
101 status_t setPropertyByteArray(String8 const &name,
/frameworks/av/include/camera/
H A DVendorTagDescriptor.h53 // Returns the section name string for a given vendor tag id.
56 // Returns the tag name string for a given vendor tag id.
78 * Lookup the tag id for a given tag name and section.
82 status_t lookupTag(String8 name, String8 section, /*out*/uint32_t* tag) const;
/frameworks/av/include/media/
H A DCharacterEncodingDetector.h36 void addTag(const char *name, const char *value);
40 status_t getTag(int index, const char **name, const char**value);
50 // cached name and value strings, for native encoding support.
H A DIAudioFlinger.h205 virtual audio_module_handle_t loadHwModule(const char *name) = 0;
H A DIDrm.h81 virtual status_t getPropertyString(String8 const &name, String8 &value) const = 0;
82 virtual status_t getPropertyByteArray(String8 const &name,
84 virtual status_t setPropertyString(String8 const &name,
86 virtual status_t setPropertyByteArray(String8 const &name,
H A DIMediaCodecList.h39 virtual ssize_t findCodecByName(const char *name) const = 0;
H A DIMediaLogService.h31 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) = 0;
H A DIOMX.h56 const char *name, const sp<IOMXObserver> &observer,
H A DMediaCodecInfo.h68 bool hasQuirk(const char *name) const;
104 MediaCodecInfo(AString name, bool encoder, const char *mime);
105 void addQuirk(const char *name);
H A DMediaProfiles.h99 * Returns the value for the given param name for the given camera at
102 * Supported param name are:
115 int getCamcorderProfileParamByName(const char *name, int cameraId,
135 * Returns the value for the given param name for the given video encoder
138 * Supported param name are:
148 int getVideoEncoderParamByName(const char *name, video_encoder codec) const;
151 * Returns the value for the given param name for the video editor cap
153 * Supported param name are:
161 int getVideoEditorCapParamByName(const char *name) const;
164 * Returns the value for the given param name fo
361 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/stagefright/
H A DMediaCodec.h61 const sp<ALooper> &looper, const char *name, status_t *err = NULL);
272 status_t init(const AString &name, bool nameIsType, bool encoder);
H A DMediaCodecList.h43 virtual ssize_t findCodecByName(const char *name) const;
93 void *me, const char *name, const char **attrs);
95 static void EndElementHandlerWrapper(void *me, const char *name);
97 void startElementHandler(const char *name, const char **attrs);
98 void endElementHandler(const char *name);
102 void addMediaCodec(bool encoder, const char *name, const char *type = NULL);
108 void addType(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.h23 #define DISALLOW_EVIL_CONSTRUCTORS(name) \
24 name(const name &); \
25 name &operator=(const name &)
H A DADebug.h95 // parse the property or string to get the debug level for a component name
99 // - <glob> is used to match component name case insensitively, if omitted, it
104 const char *name, const char *propertyName, Level def = kDebugNone);
106 const char *name, const char *value, Level def = kDebugNone);
108 // remove redundant segments of a codec name, and return a newly allocated
110 static char *GetDebugName(const char *name);
H A DALooper.h41 void setName(const char *name);
H A DAMessage.h46 void setInt32(const char *name, int32_t value);
47 void setInt64(const char *name, int64_t value);
48 void setSize(const char *name, size_t value);
49 void setFloat(const char *name, float value);
50 void setDouble(const char *name, double value);
51 void setPointer(const char *name, void *value);
52 void setString(const char *name, const char *s, ssize_t len = -1);
53 void setString(const char *name, const AString &s);
54 void setObject(const char *name, const sp<RefBase> &obj);
55 void setBuffer(const char *name, cons
[all...]

Completed in 2773 milliseconds

1234567891011>>