/frameworks/av/media/libmediaplayer2/nuplayer2/ |
NuPlayer2Driver.h | 36 virtual status_t playNextDataSource(int64_t srcId) override; 70 void notifySetDataSourceCompleted(int64_t srcId, status_t err); 71 void notifyPrepareCompleted(int64_t srcId, status_t err); 72 void notifyResetComplete(int64_t srcId); 73 void notifySetSurfaceComplete(int64_t srcId); 74 void notifyDuration(int64_t srcId, int64_t durationUs); 75 void notifyMorePlayingTimeUs(int64_t srcId, int64_t timeUs); 76 void notifyMoreRebufferingTimeUs(int64_t srcId, int64_t timeUs); 77 void notifyRebufferingWhenExit(int64_t srcId, bool status); 78 void notifySeekComplete(int64_t srcId); [all...] |
NuPlayer2Driver.cpp | 212 status_t NuPlayer2Driver::playNextDataSource(int64_t srcId) { 216 mSrcId = srcId; 217 mPlayer->playNextDataSource(srcId); 612 int64_t srcId = (it++)->int64_value(); 613 return mPlayer->getTrackInfo(srcId, response); 618 int64_t srcId = (it++)->int64_value(); 623 return mPlayer->selectTrack(srcId, trackIndex, true /* select */, msec * 1000LL); 628 int64_t srcId = (it++)->int64_value(); 631 srcId, trackIndex, false /* select */, 0xdeadbeef /* not used */); 636 int64_t srcId = (it++)->int64_value() [all...] |
NuPlayer2.h | 53 void playNextDataSource(int64_t srcId); 87 status_t getTrackInfo(int64_t srcId, PlayerMessage* reply) const; 88 status_t getSelectedTrack(int64_t srcId, int32_t type, PlayerMessage* reply) const; 89 status_t selectTrack(int64_t srcId, size_t trackIndex, bool select, int64_t timeUs); 97 status_t prepareDrm(int64_t srcId, const uint8_t uuid[16], const Vector<uint8_t> &drmSessionId); 98 status_t releaseDrm(int64_t srcId); 309 int64_t srcId, 313 void notifyListener(int64_t srcId, int msg, int ext1, int ext2, const PlayerMessage *in = NULL); 329 void notifyDriverSeekComplete(int64_t srcId);
|
NuPlayer2.cpp | 279 notify->setInt64("srcId", dsd->mId); 401 msg->setInt64("srcId", dsd->mId); 425 msg->setInt64("srcId", dsd->mId); 431 void NuPlayer2::playNextDataSource(int64_t srcId) { 435 msg->setInt64("srcId", srcId); 661 CHECK(msg->findInt64("srcId", &mCurrentSourceInfo.mSrcId)); 687 CHECK(msg->findInt64("srcId", &mNextSourceInfo.mSrcId)); 702 int64_t srcId; 703 CHECK(msg->findInt64("srcId", &srcId)) [all...] |
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
mediaplayer2.h | 48 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, 62 status_t getSrcId(int64_t *srcId); 65 status_t playNextDataSource(int64_t srcId); 88 status_t getDuration(int64_t srcId, int64_t *msec); 95 void notify(int64_t srcId, int msg, int ext1, int ext2, 108 status_t prepareDrm(int64_t srcId, 111 status_t releaseDrm(int64_t srcId);
|
MediaPlayer2Interface.h | 63 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, 163 virtual status_t playNextDataSource(int64_t srcId) = 0; 233 void sendEvent(int64_t srcId, int msg, int ext1=0, int ext2=0, const PlayerMessage *obj=NULL) { 241 listener->notify(srcId, msg, ext1, ext2, obj); 252 virtual status_t prepareDrm(int64_t /*srcId*/, const uint8_t /* uuid */[16], 256 virtual status_t releaseDrm(int64_t /*srcId*/) {
|
/frameworks/av/media/libmediaplayer2/ |
mediaplayer2.cpp | 59 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, 63 player->notify(srcId, msg, ext1, ext2, obj); 303 status_t MediaPlayer2::getSrcId(int64_t *srcId) { 304 if (srcId == NULL) { 309 *srcId = mSrcId; 326 ALOGV("setDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId); 374 ALOGV("prepareNextDataSource type(%d), srcId(%lld)", dsd->mType, (long long)dsd->mId); 384 status_t MediaPlayer2::playNextDataSource(int64_t srcId) { 385 ALOGV("playNextDataSource srcId(%lld)", (long long)srcId); [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_emit_gk110.cpp | 151 inline void srcId(const ValueRef&, const int pos); 152 inline void srcId(const ValueRef *, const int pos); 153 inline void srcId(const Instruction *, int s, const int pos); 180 void CodeEmitterGK110::srcId(const ValueRef& src, const int pos) 185 void CodeEmitterGK110::srcId(const ValueRef *src, const int pos) 190 void CodeEmitterGK110::srcId(const Instruction *insn, int s, int pos) 307 srcId(i->src(i->predSrc), 18); 382 srcId(i->src(s), s ? 42 : 10); 411 srcId(i->src(0), 23); 452 srcId(i->src(s), s ? ((s == 2) ? 42 : s1) : 10) [all...] |
nv50_ir_emit_nvc0.cpp | 159 inline void srcId(const ValueRef&, const int pos); 160 inline void srcId(const ValueRef *, const int pos); 161 inline void srcId(const Instruction *, int s, const int pos); 173 void CodeEmitterNVC0::srcId(const ValueRef& src, const int pos) 178 void CodeEmitterNVC0::srcId(const ValueRef *src, const int pos) 183 void CodeEmitterNVC0::srcId(const Instruction *insn, int s, int pos) 283 srcId(i->src(i->predSrc), 10); 422 srcId(i->src(s), s ? ((s == 2) ? 49 : s1) : 20); 428 srcId(i->src(s), 49); 457 srcId(i->src(0), 26) [all...] |
nv50_ir_emit_nv50.cpp | 53 inline void srcId(const ValueRef&, const int pos); 54 inline void srcId(const ValueRef *, const int pos); 137 void CodeEmitterNV50::srcId(const ValueRef& src, const int pos) 143 void CodeEmitterNV50::srcId(const ValueRef *src, const int pos) 257 srcId(i->src(s), 32 + 12); 683 srcId(*i->src(0).getIndirect(0), 9); 700 srcId(i->src(1), 32 + 14); 706 srcId(i->src(1), 2); 712 srcId(i->src(1), 2); 733 srcId(i->src(1), 32 + 14) [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTPConnection.cpp | 479 uint32_t srcId = u32at(&data[8]); 481 sp<ARTPSource> source = findSource(s, srcId); 486 meta->setInt32("ssrc", srcId); 624 sp<ARTPSource> ARTPConnection::findSource(StreamInfo *info, uint32_t srcId) { 626 ssize_t index = info->mSources.indexOfKey(srcId); 631 srcId, info->mSessionDesc, info->mIndex, info->mNotifyMsg); 633 info->mSources.add(srcId, source);
|
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.h | 89 bool GetSourceLineInfo(UINT mixId, DWORD destId, DWORD srcId, MIXERLINE& line, bool trace = false) const;
|
audio_mixer_manager_win.cc | [all...] |