HomeSort by relevance Sort by last modified time
    Searched refs:mFrameSize (Results 26 - 49 of 49) sorted by null

12

  /frameworks/av/media/libstagefright/include/
ID3.h 64 size_t mFrameSize;
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 87 mFrameSize = 0;
103 mFrameSize = pFrameInfo->length;
104 VTRACE("mFrameSize = %d", mFrameSize);
296 mFrameSize, //size
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 87 mFrameSize = 0;
103 mFrameSize = pFrameInfo->length;
104 VTRACE("mFrameSize = %d", mFrameSize);
280 mFrameSize, //size
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.h 46 int32_t mFrameSize;
VideoDecoderAVCSecure.cpp 54 mFrameSize = 0;
131 mFrameSize = pFrameInfo->size;
132 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize);
197 mFrameSize = buffer->size;
236 mFrameSize = buffer->size;
237 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize);
276 mFrameSize = buffer->size;
481 if (mFrameSize <= 0)
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.h 46 int32_t mFrameSize;
VideoDecoderAVCSecure.cpp 54 mFrameSize = 0;
131 mFrameSize = pFrameInfo->size;
132 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize);
208 mFrameSize = buffer->size;
247 mFrameSize = buffer->size;
248 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize);
287 mFrameSize = buffer->size;
498 if (mFrameSize <= 0)
    [all...]
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 89 size_t mFrameSize;
  /frameworks/av/services/audioflinger/
Tracks.cpp 90 mFrameSize(audio_is_linear_pcm(format) ?
116 size_t bufferSize = (buffer == NULL ? roundup(frameCount) : frameCount) * mFrameSize;
423 mFrameSize, !isExternalTrack(), sampleRate);
426 mFrameSize);
    [all...]
test-resample.cpp 263 const size_t mFrameSize; // size of each frame in bytes
272 mFrameSize(frameSize),
299 buffer->raw = (char *)mAddr + mFrameSize * mNextFrame;
TrackBase.h 152 const size_t mFrameSize; // AudioFlinger's view of frame size in shared memory,
Threads.cpp 322 // mSampleRate, mFrameCount, mChannelMask, mChannelCount, mFrameSize, mFormat, mBufferSize
593 dprintf(fd, " Frame size: %zu\n", mFrameSize);
    [all...]
Threads.h 242 size_t frameSize() const { return mFrameSize; }
408 size_t mFrameSize;
    [all...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 47 mFrameSize(0),
193 mFrameSize = mAudioSink->frameSize();
252 mFrameSize = mAudioTrack->frameSize();
571 uint32_t numAdditionalFrames = size_done / mFrameSize;
638 ((mNumFramesPlayed + size_done / mFrameSize) * 1000000)
680 mNumFramesPlayed += size_done / mFrameSize;
  /frameworks/av/include/media/
AudioRecord.h 224 size_t frameSize() const { return mFrameSize; }
494 size_t mFrameSize; // app-level frame size == AudioFlinger frame size
AudioTrack.h 287 size_t frameSize() const { return mFrameSize; }
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 212 mFrameSize = channelCount * audio_bytes_per_sample(format);
214 mFrameSize = sizeof(uint8_t);
573 mProxy = new AudioRecordClientProxy(cblk, buffers, mFrameCount, mFrameSize);
679 audioBuffer->size = buffer.mFrameCount * mFrameSize;
691 size_t stepCount = audioBuffer->size / mFrameSize;
731 while (userSize >= mFrameSize) {
732 audioBuffer.frameCount = userSize / mFrameSize;
834 // mTransfer, mCbf, mUserData, mSampleRate, mFrameSize
949 size_t releasedFrames = readSize / mFrameSize;
    [all...]
AudioTrackShared.cpp 45 : mCblk(cblk), mBuffers(buffers), mFrameCount(frameCount), mFrameSize(frameSize),
175 &((char *) mBuffers)[(mIsOut ? rear : front) * mFrameSize] : NULL;
620 &((char *) mBuffers)[(mIsOut ? front : rear) * mFrameSize] : NULL;
844 buffer->mRaw = &((char *) mBuffers)[position * mFrameSize];
    [all...]
AudioTrack.cpp 345 mFrameSize = channelCount * audio_bytes_per_sample(format);
347 mFrameSize = sizeof(uint8_t);
349 mFrameSizeAF = mFrameSize;
352 mFrameSize = channelCount * audio_bytes_per_sample(format);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 198 virtual ssize_t frameSize() const { return (ssize_t)mFrameSize; }
249 size_t mFrameSize;
MediaPlayerService.cpp     [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 166 const size_t mFrameSize; // in bytes
  /device/lge/mako/camera/
QualcommCameraHardware.h 238 int mFrameSize;
QualcommCameraHardware.cpp     [all...]

Completed in 1215 milliseconds

12