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

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h57 int id,
61 mId(id), mOutput(*outputs), mUserSessionCallback(*cb),
56 ACameraCaptureSession( int id, const ACaptureSessionOutputContainer* outputs, const ACameraCaptureSession_stateCallbacks* cb, CameraDevice* device) argument
H A DACameraDevice.cpp51 const char* id,
55 mCameraId(id),
106 mCbLooper->unregisterHandler(mHandler->id());
252 // stopRepeating above should have cleanup repeating sequence id
715 ALOGE("%s: Error: stream id %d does not exist", __FUNCTION__, streamId);
50 CameraDevice( const char* id, ACameraDevice_StateCallbacks* cb, std::unique_ptr<ACameraMetadata> chars, ACameraDevice* wrapper) argument
H A DACameraDevice.h49 CameraDevice(const char* id, ACameraDevice_StateCallbacks* cb,
152 // stream id -> pair of (ANW* from application, OutputConfiguration used for camera service)
220 // sequence id -> last frame number map
242 // sequence id -> callbacks map
277 ACameraDevice(const char* id, ACameraDevice_StateCallbacks* cb, argument
279 mDevice(new CameraDevice(id, cb, std::move(chars), this)) {}
H A DACameraManager.cpp65 mCbLooper->unregisterHandler(mHandler->id());
463 int id = atoi(cameraId); local
469 callbacks, id, String16(""),
/frameworks/av/include/media/
H A DAudioEffect.h296 int32_t id() const { return mId; } function in class:android::AudioEffect
/frameworks/av/include/media/stagefright/foundation/
H A DAHandler.h36 ALooper::handler_id id() const { function in struct:android::AHandler
63 inline void setID(ALooper::handler_id id, wp<ALooper> looper) { argument
64 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.cpp103 int id; // audio session ID member in struct:preproc_session_s
810 session->id = 0;
1167 sSessions[i].id = sessionId;
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp931 int id)
935 return aps->registerEffect(desc, io, strategy, session, id);
938 status_t AudioSystem::unregisterEffect(int id) argument
942 return aps->unregisterEffect(id);
945 status_t AudioSystem::setEffectEnabled(int id, bool enabled) argument
949 return aps->setEffectEnabled(id, enabled);
927 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
H A DIAudioFlinger.cpp628 audio_unique_id_t id = AUDIO_SESSION_ALLOCATE; local
630 id = reply.readInt32();
632 return id;
720 int *id,
747 if (id != NULL) {
748 *id = tmp;
1298 int id = 0; local
1302 opPackageName, &status, &id, &enabled);
1304 reply->writeInt32(id);
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
H A DIAudioPolicyService.cpp426 int id)
434 data.writeInt32(id);
439 virtual status_t unregisterEffect(int id) argument
443 data.writeInt32(id);
448 virtual status_t setEffectEnabled(int id, bool enabled) argument
452 data.writeInt32(id);
1072 int id = data.readInt32(); local
1077 id)));
1083 int id = data.readInt32(); local
1084 reply->writeInt32(static_cast <int32_t>(unregisterEffect(id)));
422 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
1090 int id = data.readInt32(); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp94 mBufferingMonitorLooper->unregisterHandler(mBufferingMonitor->id());
352 mLooper->unregisterHandler(id());
1440 size_t id = 0; local
1442 for (; id < count; ++id) {
1444 MediaBuffer *mbuf = mediaBuffers[id];
1468 if (id < count) {
1470 for (; id < count; ++id) {
1471 mediaBuffers[id]
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp5305 IOMX::buffer_id id, const sp<ABuffer> &buffer,
5307 mBufferIDs.push_back(id);
5647 notify->setInt32("buffer-id", info->mBufferID);
5653 reply->setInt32("buffer-id", info->mBufferID);
5664 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
6073 notify->setInt32("buffer-id", info->mBufferID);
6077 reply->setInt32("buffer-id", info->mBufferID);
6116 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
5304 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer, const sp<NativeHandle> &handle, const sp<RefBase> &memRef) argument
H A DMPEG4Extractor.cpp703 uint8_t id; local
712 if (mDataSource->readAt(data_offset, &id, 1) < 1) {
718 while (sinf && (sinf->IPMPDescriptorID != id)) {
1121 // tenc box contains 1 byte version, 3 byte flags, 3 byte default algorithm id, one byte
2244 // if so, treat type as a number (key-id).
2507 int32_t id; local
2512 id = U32_AT(&buffer[20]);
2517 id = U32_AT(&buffer[12]);
2526 mLastTrack->meta->setInt32(kKeyTrackID, id);
H A DMPEG4Writer.cpp586 if (property_get("ro.build.display.id", val, NULL)
1068 int32_t id = 1; local
1070 it != mTracks.end(); ++it, ++id) {
1237 void MPEG4Writer::beginBox(uint32_t id) { argument
1242 writeInt32(id);
3116 mOwner->writeInt32(mTrackId); // track id starts with 1
3396 beginBox(i + 1); // key id (1-based)
3441 endBox(); // key id
H A DUtils.cpp528 const uint8_t id = data[0]; local
535 switch (id) {
636 msg->setInt32("track-id", trackID);
1143 esds[5] = esds[6] = 0; // es id
/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.c135 u32 id; local
143 id = pSeqParamSet->seqParameterSetId;
145 /* seq parameter set with id not used before -> allocate memory */
146 if (pStorage->sps[id] == NULL)
148 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
149 if (pStorage->sps[id] == NULL)
152 /* sequence parameter set with id equal to id of active sps */
153 else if (id == pStorage->activeSpsId)
163 FREE(pStorage->sps[id]
218 u32 id; local
[all...]
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp198 IOMX::buffer_id id, const sp<ABuffer> &buffer) {
199 mBufferIDs.push_back(id);
314 notify->setInt32("buffer-id", info->mBufferID);
320 reply->setInt32("buffer-id", info->mBufferID);
335 notify->setInt32("buffer-id", info->mBufferID);
340 reply->setInt32("buffer-id", info->mBufferID);
580 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
649 CHECK(msg->findInt32("buffer-id", (int32_t*)&bufferID));
197 addBuffer( IOMX::buffer_id id, const sp<ABuffer> &buffer) argument
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp143 int32_t id,
148 mFetcherID(id),
139 PlaylistFetcher( const sp<AMessage> &notify, const sp<LiveSession> &session, const char *uri, int32_t id, int32_t subtitleGeneration) argument
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp120 char id[3]; member in struct:android::id3_header
133 if (memcmp(header.id, "ID3", 3)) {
414 ID3::Iterator::Iterator(const ID3 &parent, const char *id) argument
420 if (id) {
421 mID = strdup(id);
448 void ID3::Iterator::getID(String8 *id) const {
449 id->setTo("");
456 id->setTo((const char *)&mParent.mData[mOffset], 3);
458 id->setTo((const char *)&mParent.mData[mOffset], 4);
464 id
493 getString(String8 *id, String8 *comment) const argument
503 getstring(String8 *id, bool otherdata) const argument
683 char id[4]; local
753 char id[5]; local
800 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());

Completed in 9137 milliseconds

1234567891011>>