Searched defs:id (Results 1 - 25 of 399) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DAudioEffect.h287 int32_t id() const { return mId; } function in class:android::AudioEffect
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) { argument
48 mID = id;
/frameworks/av/media/common_time/
H A DICommonClock.cpp167 virtual status_t getTimelineID(uint64_t* id) { argument
174 *id = static_cast<uint64_t>(reply.readInt64());
336 uint64_t id; local
337 status_t status = getTimelineID(&id);
340 reply->writeInt64(static_cast<int64_t>(id));
H A DICommonTimeConfig.cpp124 virtual status_t getMasterElectionGroupId(uint64_t *id) { argument
134 *id = static_cast<uint64_t>(reply.readInt64());
141 virtual status_t setMasterElectionGroupId(uint64_t id) { argument
144 data.writeInt64(id);
385 uint64_t id; local
386 status_t status = getMasterElectionGroupId(&id);
389 reply->writeInt64(id);
396 uint64_t id = static_cast<uint64_t>(data.readInt64()); local
397 status_t status = setMasterElectionGroupId(id);
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp102 int id; // audio session ID member in struct:preproc_session_s
758 session->id = 0;
1120 sSessions[i].id = sessionId;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp708 int id)
712 return aps->registerEffect(desc, io, strategy, session, id);
715 status_t AudioSystem::unregisterEffect(int id) argument
719 return aps->unregisterEffect(id);
722 status_t AudioSystem::setEffectEnabled(int id, bool enabled) argument
726 return aps->setEffectEnabled(id, enabled);
704 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
H A DIAudioFlinger.cpp539 int id = 0; local
541 id = reply.readInt32();
543 return id;
628 int *id,
655 if (id) {
656 *id = tmp;
1043 int id; local
1046 sp<IEffect> effect = createEffect(pid, &desc, client, priority, output, sessionId, &status, &id, &enabled);
1048 reply->writeInt32(id);
621 createEffect(pid_t pid, effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, int sessionId, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp291 int id)
299 data.writeInt32(id);
304 virtual status_t unregisterEffect(int id) argument
308 data.writeInt32(id);
313 virtual status_t setEffectEnabled(int id, bool enabled) argument
317 data.writeInt32(id);
573 int id = data.readInt32(); local
578 id)));
584 int id = data.readInt32(); local
585 reply->writeInt32(static_cast <int32_t>(unregisterEffect(id)));
287 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
591 int id = data.readInt32(); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp32 ALooper::handler_id id)
34 mTargetID(id),
30 NuPlayerStreamListener( const sp<IStreamSource> &source, ALooper::handler_id id) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp373 msg->setTarget(id());
379 msg->setTarget(id());
385 msg->setTarget(id());
390 (new AMessage(kWhatStart, id()))->post();
395 (new AMessage(kWhatFlush, id()))->post();
399 (new AMessage(kWhatResume, id()))->post();
403 sp<AMessage> msg = new AMessage(kWhatShutdown, id());
409 (new AMessage(kWhatRequestIDRFrame, id()))->post();
2410 IOMX::buffer_id id, const sp<ABuffer> &buffer) {
2411 mBufferIDs.push_back(id);
2409 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer) argument
[all...]
H A DMPEG4Extractor.cpp521 uint8_t id; local
530 if (mDataSource->readAt(data_offset, &id, 1) < 1) {
536 while (sinf && (sinf->IPMPDescriptorID != id)) {
1491 int32_t id; local
1496 id = U32_AT(&buffer[20]);
1503 id = U32_AT(&buffer[12]);
1507 mLastTrack->meta->setInt32(kKeyTrackID, id);
H A DMPEG4Writer.cpp864 int32_t id = 1; local
866 it != mTracks.end(); ++it, ++id) {
2705 mOwner->writeInt32(mTrackId); // track id starts with 1
H A DTimedEventQueue.cpp129 TimedEventQueue::event_id *id = local
132 if (event->eventID() != *id) {
136 *id = 0;
141 bool TimedEventQueue::cancelEvent(event_id id) { argument
142 if (id == 0) {
146 cancelEvents(&MatchesEventID, &id, true /* stopAfterFirstMatch */);
148 // if MatchesEventID found a match, it will have set id to 0
151 return id == 0;
259 // The event w/ this id may have been cancelled while we're
275 event_id id) {
274 removeEventFromQueue_l( event_id id) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dsp_dec.cpp141 id = pointer to an array whose contents are of type char
186 char *id)
214 s->complexityCounter = getCounterId(id);
246 Word8 * id)
249 OSCL_UNUSED_ARG(id);
245 GSMInitDecode(void **state_data, Word8 * id) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dsp_enc.cpp113 id = pointer to an array whose contents are of type char
156 char *id)
173 s->complexityCounter = getCounterId(id);
217 Word8 *id)
221 OSCL_UNUSED_ARG(id);
215 GSMInitEncode(void **state_data, Flag dtx, Word8 *id) argument
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h137 uint32 id; member in struct:tagAVCFrameIO
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c131 u32 id; local
139 id = pSeqParamSet->seqParameterSetId;
141 /* seq parameter set with id not used before -> allocate memory */
142 if (pStorage->sps[id] == NULL)
144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
145 if (pStorage->sps[id] == NULL)
148 /* sequence parameter set with id equal to id of active sps */
149 else if (id == pStorage->activeSpsId)
159 FREE(pStorage->sps[id]
214 u32 id; local
[all...]
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp77 char id[3]; member in struct:android::id3_header
90 if (memcmp(header.id, "ID3", 3)) {
345 ID3::Iterator::Iterator(const ID3 &parent, const char *id) argument
351 if (id) {
352 mID = strdup(id);
379 void ID3::Iterator::getID(String8 *id) const {
380 id->setTo("");
387 id->setTo((const char *)&mParent.mData[mOffset], 3);
389 id->setTo((const char *)&mParent.mData[mOffset], 4);
395 id
467 getString(String8 *id, String8 *comment) const argument
477 getstring(String8 *id, bool otherdata) const argument
619 char id[4]; local
675 char id[5]; local
722 String8 id; local
[all...]
H A Dtestid3.cpp83 String8 id; local
84 it.getID(&id);
86 CHECK(id.length() > 0);
87 if (id[0] == 'T') {
91 printf(" found text frame '%s': %s\n", id.string(), text.string());
93 printf(" found frame '%s'.\n", id.string());
/frameworks/av/media/libstagefright/include/
H A DTimedEventQueue.h52 void setEventID(event_id id) { argument
53 mEventID = id;
87 bool cancelEvent(event_id id);
124 sp<Event> removeEventFromQueue_l(event_id id);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp725 void OMXNodeInstance::addActiveBuffer(OMX_U32 portIndex, OMX::buffer_id id) { argument
728 active.mID = id;
733 OMX_U32 portIndex, OMX::buffer_id id) {
737 && mActiveBuffers[i].mID == id) {
732 removeActiveBuffer( OMX_U32 portIndex, OMX::buffer_id id) argument
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp85 sp<AMessage> msg = new AMessage(kWhatAddStream, id());
96 sp<AMessage> msg = new AMessage(kWhatRemoveStream, id());
235 sp<AMessage> msg = new AMessage(kWhatPollStreams, id());
587 uint32_t id = u32at(&data[4]); local
589 sp<ARTPSource> source = findSource(s, id);
605 uint32_t id = u32at(&data[4]); local
611 id,
616 sp<ARTPSource> source = findSource(s, id);
641 sp<AMessage> msg = new AMessage(kWhatInjectPacket, id());
H A DARTPSource.cpp41 uint32_t id,
44 : mID(id),
40 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp270 sp<AMessage> rtpNotify = new AMessage(kWhatRTPNotify, id());
271 sp<AMessage> rtcpNotify = new AMessage(kWhatRTCPNotify, id());
402 sp<AMessage> msg = new AMessage(kWhatInject, id());
515 sp<AMessage> notifyLost = new AMessage(kWhatPacketLost, id());
523 new AMessage(TunnelRenderer::kWhatQueueBuffer, mRenderer->id());
616 uint32_t id = U32_AT(&data[4]); local
629 uint32_t id = U32_AT(&data[4]); local
634 id, ntpTime, rtpTime);
674 (new AMessage(kWhatSendRR, id()))->post(2000000ll);
H A DWifiDisplaySink.cpp46 sp<AMessage> msg = new AMessage(kWhatStart, id());
53 sp<AMessage> msg = new AMessage(kWhatStart, id());
139 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id());
237 ResponseID id; local
238 id.mSessionID = sessionID;
239 id.mCSeq = cseq;
240 mResponseHandlers.add(id, func);
318 // Strip any options from the returned session id.
421 ResponseID id; local
422 id
[all...]

Completed in 247 milliseconds

1234567891011>>