HomeSort by relevance Sort by last modified time
    Searched defs:cblk (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libaudioclient/
IEffect.cpp 120 sp<IMemory> cblk; local
124 cblk = interface_cast<IMemory>(reply.readStrongBinder());
125 if (cblk != 0 && cblk->pointer() == NULL) {
126 cblk.clear();
129 return cblk;
IAudioTrack.cpp 57 sp<IMemory> cblk; local
61 cblk = interface_cast<IMemory>(reply.readStrongBinder());
62 if (cblk != 0 && cblk->pointer() == NULL) {
63 cblk.clear();
66 return cblk;
AudioEffect.cpp 100 sp<IMemory> cblk; local
151 cblk = iEffect->getCblk();
152 if (cblk == 0) {
159 mCblkMemory = cblk;
160 mCblk = static_cast<effect_param_cblk_t*>(cblk->pointer());
AudioRecord.cpp 657 sp<IMemory> iMem; // for cblk
710 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); local
717 buffers = cblk + 1;
736 mCblk = cblk;
772 mProxy = new AudioRecordClientProxy(cblk, buffers, mFrameCount, mFrameSize);
    [all...]
AudioTrackShared.cpp 59 Proxy::Proxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount, size_t frameSize,
61 : mCblk(cblk), mBuffers(buffers), mFrameCount(frameCount), mFrameSize(frameSize),
69 ClientProxy::ClientProxy(audio_track_cblk_t* cblk, void *buffers, size_t frameCount,
71 : Proxy(cblk, buffers, frameCount, frameSize, isOut, clientInServer)
73 , mTimestampObserver(&cblk->mExtendedTimestampQueue)
142 audio_track_cblk_t* cblk = mCblk; local
150 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags);
180 front = android_atomic_acquire_load(&cblk->u.mStreaming.mFront);
181 rear = cblk->u.mStreaming.mRear;
184 rear = android_atomic_acquire_load(&cblk->u.mStreaming.mRear)
354 audio_track_cblk_t* cblk = mCblk; local
367 audio_track_cblk_t* cblk = mCblk; local
378 audio_track_cblk_t* cblk = mCblk; local
389 audio_track_cblk_t* cblk = mCblk; local
402 audio_track_cblk_t* cblk = mCblk; local
424 audio_track_cblk_t* cblk = mCblk; local
632 audio_track_cblk_t* cblk = mCblk; local
688 audio_track_cblk_t* cblk = mCblk; local
774 audio_track_cblk_t* cblk = mCblk; local
821 audio_track_cblk_t* cblk = mCblk; local
850 const audio_track_cblk_t* cblk = mCblk; local
864 audio_track_cblk_t* cblk = mCblk; local
877 audio_track_cblk_t* cblk = mCblk; local
    [all...]
AudioTrack.cpp 1541 audio_track_cblk_t* cblk = static_cast<audio_track_cblk_t*>(iMemPointer); local
    [all...]
IAudioFlinger.cpp 191 sp<IMemory>& cblk,
218 cblk.clear();
242 cblk = interface_cast<IMemory>(reply.readStrongBinder());
243 if (cblk != 0 && cblk->pointer() == NULL) {
244 cblk.clear();
254 } else if (cblk == 0) {
255 ALOGE("openRecord should have returned a cblk");
260 if (record != 0 || cblk != 0 || buffers != 0) {
261 ALOGE("openRecord returned an IAudioRecord, cblk, "
1025 sp<IMemory> cblk; local
    [all...]
  /frameworks/av/services/audioflinger/
FastCapture.cpp 199 audio_track_cblk_t* cblk = current->mCblk; local
200 if (cblk != NULL && framesWritten > 0) {
201 int32_t rear = cblk->u.mStreaming.mRear;
202 android_atomic_release_store(framesWritten + rear, &cblk->u.mStreaming.mRear);
203 cblk->mServer += framesWritten;
204 int32_t old = android_atomic_or(CBLK_FUTEX_WAKE, &cblk->mFutex);
207 (void) syscall(__NR_futex, &cblk->mFutex, FUTEX_WAKE, 1);
TrackBase.h 78 audio_track_cblk_t* cblk() const { return mCblk; } function in class:TrackBase
Tracks.cpp 235 status = cblk() != NULL ? NO_ERROR : NO_MEMORY;
1168 audio_track_cblk_t* cblk = mCblk; local
1721 audio_track_cblk_t* cblk = mCblk; local
    [all...]
Threads.cpp 4218 audio_track_cblk_t* cblk = track->cblk(); local
4939 audio_track_cblk_t* cblk = track->cblk(); local
5489 audio_track_cblk_t* cblk = track->cblk(); local
    [all...]
  /external/e2fsprogs/debugfs/
do_journal.c 93 blk64_t cblk; local
102 for (cblk = trans->start; cblk < trans->block; cblk++) {
103 err = journal_bmap(trans->journal, cblk,
  /external/pdfium/third_party/libopenjpeg20/
t1.c 272 opj_tcd_cblk_enc_t* cblk,
287 @param cblk Code-block coding parameters
293 opj_tcd_cblk_dec_t* cblk,
1295 opj_tcd_cblk_dec_t* cblk = &precinct->cblks.dec[cblkno]; local
1488 opj_tcd_cblk_enc_t* cblk = &prc->cblks.enc[cblkno]; local
    [all...]
t2.c 142 @param cblk
147 static OPJ_BOOL opj_t2_init_seg( opj_tcd_cblk_dec_t* cblk,
578 opj_tcd_cblk_enc_t* cblk = 00; local
615 cblk = &prc->cblks.enc[cblkno];
617 cblk->numpasses = 0;
618 opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps);
638 cblk = prc->cblks.enc;
641 opj_tcd_layer_t *layer = &cblk->layers[layno];
643 if (!cblk->numpasses && layer->numpasses) {
647 ++cblk;
    [all...]
tcd.c 85 opj_tcd_cblk_t *cblk = &prec->cblks[cblkno];
86 fprintf(fd, " cblk {\n");
89 cblk->x0, cblk->y0, cblk->x1, cblk->y1);
243 opj_tcd_cblk_enc_t *cblk = &prc->cblks.enc[cblkno]; local
244 opj_tcd_layer_t *layer = &cblk->layers[layno];
248 cblk->numpassesinlayers = 0;
251 n = cblk->numpassesinlayers
336 opj_tcd_cblk_enc_t *cblk = &prc->cblks.enc[cblkno]; local
432 opj_tcd_cblk_enc_t *cblk = &prc->cblks.enc[cblkno]; local
    [all...]

Completed in 249 milliseconds