Searched refs:type (Results 1 - 25 of 749) sorted by path

1234567891011>>

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp297 uint32_t type; local
300 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
377 } else if (meta->findData(kKeyESDS, &type, &data, &size)) {
393 } else if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
400 CHECK(meta->findData(kKeyVorbisBooks, &type, &data, &size));
H A Dstagefright.cpp119 uint32_t type; local
122 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
628 printf("type '%s':\n", kMimeTypes[k]);
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp49 int type = data.readInt32(); local
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp41 int type; // Audio, video,.. use the enum values member in struct:android::MimeGroup
47 int type; member in struct:android::MimeTypeList
137 while (MIMETYPE_LAST != pGroup->type) {
145 if (MIMETYPE_LAST != pGroup->type) {
148 while (MIMETYPE_LAST != pMimeItem->type) {
149 if ((pGroup->type == pMimeItem->type) &&
/frameworks/av/include/media/
H A DAudioEffect.h162 * the same effect type but with a higher priority. Control is returned when the
172 * event: type of event notified (see enum AudioEffect::event_type).
174 * info: Pointer to optional parameter according to event type:
189 * in the AudioFlinger if no engine of the specified type exists. If one exists, this engine
211 * type: type of effect created: can be null if uuid is specified. This corresponds to
213 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds to
214 * a particular implementation of an effect type.
227 AudioEffect(const effect_uuid_t *type,
237 * Same as above but with type an
[all...]
H A DIMediaPlayer.h59 virtual status_t setAudioStreamType(audio_stream_type_t type) = 0;
H A DIOMX.h134 } type; member in struct:android::omx_message
139 // if type == EVENT
146 // if type == EMPTY_BUFFER_DONE
151 // if type == FILL_BUFFER_DONE
H A Dmediaplayer.h216 status_t setAudioStreamType(audio_stream_type_t type);
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h35 const char *type, bool encoder, size_t startIndex = 0) const;
51 size_t index, const char *type,
96 void addMediaCodec(bool encoder, const char *name, const char *type = NULL);
H A DMetaData.h151 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
206 bool setData(uint32_t key, uint32_t type, const void *data, size_t size);
208 bool findData(uint32_t key, uint32_t *type,
225 void setData(uint32_t type, const void *data, size_t size);
226 void getData(uint32_t *type, const void **data, size_t *size) const;
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h111 const char *getEntryNameAt(size_t index, Type *type) const;
148 const Item *findItem(const char *name, Type type) const;
151 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1169 //If file type is .rgb, then no need to check for Extractor
1386 M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable) {
1391 switch(type) {
1385 setVideoPostProcessingNode( M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable) argument
H A DPreviewPlayer.h274 M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable);
H A DVideoEditorPreviewController.cpp324 ALOGE("loadEffectsSettings: wrong RGB type");
1304 M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable) {
1309 switch(type) {
1303 setVideoEffectType( M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable) argument
H A DVideoEditorPreviewController.h137 void setVideoEffectType(M4VSS3GPP_VideoEffectType type, M4OSA_Bool enable);
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorUtils.h70 * SAFE_MALLOC(p, type, count, comment)
75 #define SAFE_MALLOC(p, type, count, comment) \
77 (p) = (type*)M4OSA_32bitAlignedMalloc(sizeof(type)*(count), 0xFF,(M4OSA_Char*)comment);\
79 memset((void *)(p), 0,sizeof(type)*(count)); \
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1420 uint32_t type; local
1465 ALOGV("VideoEditor3gpReader_getNextStreamHandler: stream type: %d ",
1540 if (meta->findData(kKeyD263, &type, &data, &size)) {
1575 if(meta->findData(kKeyAVCC, &type, &data, &size)) {
1610 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1723 if (meta->findData(kKeyESDS, &type, &data, &size)) {
1770 if (meta->findData(kKeyESDS, &type, &data, &size)) {
H A DVideoEditorMp3Reader.cpp437 M4OSA_UInt8 type, temp; local
H A DVideoEditorUtils.cpp54 uint32_t type; local
86 if (meta->findData(kKeyESDS, &type, &data, &size)) {
87 LOG1("displayMetaData kKeyESDS type=%d size=%d", type, size);
89 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
90 LOG1("displayMetaData kKeyAVCC data=0x%X type=%d size=%d",
91 *((unsigned int*)data), type, size);
93 if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
94 LOG1("displayMetaData kKeyVorbisInfo type=%d size=%d", type, siz
219 parseParamSet(AVCCodecSpecificContext* pC, const uint8_t *data, size_t length, int type, size_t *paramSetLen) argument
304 uint8_t type = kNalUnitTypeSeqParamSet; local
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c76 EFFECT_UIID_DOWNMIX__, //type
276 ALOGV("EffectGetDescriptor - UUID matched downmix type %d, UUID = %x",
323 switch(pDownmixer->type) {
492 // FIXME change type if playing on headset vs speaker
565 * pDwmModule->context.type
654 pDownmixer->type = DOWNMIX_TYPE_FOLD;
734 ALOGV("set DOWNMIX_PARAM_TYPE, type %d", value16);
739 pDownmixer->type = (downmix_type_t) value16;
786 *pValue16 = (int16_t) pDownmixer->type;
H A DEffectDownmix.h40 downmix_type_t type; member in struct:__anon331
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c56 static int findEffect(const effect_uuid_t *type,
631 int findEffect(const effect_uuid_t *type, argument
647 if (type != NULL && memcmp(&d->type, type, sizeof(effect_uuid_t)) == 0) {
680 uuidToString(&desc->type, s, 256);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp234 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow);
257 if (memcmp(&desc->type, SL_IID_PRESETREVERB, sizeof(effect_uuid_t)) == 0) {
334 ALOGV("EffectGetDescriptor - UUID matched Reverb type %d, UUID = %x",
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp87 uint32_t procId; // type of pre processor (enum preproc_id)
180 { 0x0a8abfe0, 0x654c, 0x11e0, 0xba26, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // type
192 { 0x7b491460, 0x8d4d, 0x11e0, 0xbd61, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // type
204 { 0x58b4b260, 0x8e06, 0x11e0, 0xaa8e, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // type
1865 procId = UuidToProcId(&desc->type);
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.cpp49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels, argument
51 : mType(type),

Completed in 2740 milliseconds

1234567891011>>