Searched refs:frameSize (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/av/include/media/
H A DAudioTrack.h247 size_t frameSize() const;
H A DMediaPlayerInterface.h87 virtual ssize_t frameSize() const = 0;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h45 virtual ssize_t frameSize() const;
H A DVideoEditorAudioPlayer.cpp531 mFrameSize = mAudioSink->frameSize();
557 mFrameSize = mAudioTrack->frameSize();
H A DVideoEditorTools.cpp2887 M4OSA_UInt32 frameSize = (width * height * 3); //Size of YUV420 data. local
2888 rgbPlane.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS, (M4OSA_Char*)"Image clip RGB888 data");
2909 fwrite(rgbPlane.pac_data, frameSize, 1, fp);
3282 M4OSA_UInt32 frameSize = 0, i=0; local
3284 frameSize = (params->videoWidth*params->videoHeight*3) >> 1;
3286 finalOutputBuffer = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp614 numFramesAvailableToWrite * state->mAudioTrack->frameSize();
634 uint32_t numFramesWritten = nbytes / state->mAudioTrack->frameSize();
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c9832 M4OSA_UInt32 frameSize = 0; local
9838 frameSize = 95;
9842 frameSize = 103;
9846 frameSize = 118;
9850 frameSize = 134;
9854 frameSize = 148;
9858 frameSize = 159;
9862 frameSize = 204;
9866 frameSize = 244;
9870 frameSize
9918 M4OSA_UInt32 frameSize = 0; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1328 return mTrack->frameCount() * frameSize();
1343 ssize_t MediaPlayerService::AudioOutput::frameSize() const function in class:android::MediaPlayerService::AudioOutput
1346 return mTrack->frameSize();
1369 *frameswritten = mBytesWritten / frameSize();
1504 mBytesWritten = uint64_t(pos) * t->frameSize();
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c275 M4OSA_UInt32 frameSize = (width * height * 3); //Size of RGB888 data. local
323 rgbPlane1.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
351 frameSize = ( pImagePlanes->u_width * pImagePlanes->u_height * 3);
352 rgbPlane2.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
1886 M4OSA_UInt32 frameSize; local
1963 frameSize = (rgbPlane.u_width * rgbPlane.u_height * 3); //Size of RGB888 data
1964 rgbPlane.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(((frameSize)+ (2 * framingCtx->width)),
2008 TempPacData = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize +
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp927 size_t frameSize = (sizeInMbs << 7) * 3; local
929 MediaBuffer *buffer = new MediaBuffer(frameSize);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4290 size_t frameSize = cblk->frameSize; local
4291 int8_t *bufferStart = (int8_t *)mBuffer + (offset-cblk->serverBase)*frameSize;
4292 int8_t *bufferEnd = bufferStart + frames * frameSize;
4298 " server %u, serverBase %u, user %u, userBase %u, frameSize %d",
4300 cblk->server, cblk->serverBase, cblk->user, cblk->userBase, frameSize);
4342 // NOTE: audio_track_cblk_t::frameSize for 8 bit PCM data is based on a sample size of
4344 mCblk->frameSize = audio_is_linear_pcm(format) ? mChannelCount * sizeof(int16_t) : sizeof(uint8_t);
4985 / mCblk->frameSize;
5045 uint32_t bufFrames = (bufBytes - consumedAlready) / mCblk->frameSize;
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp794 int32_t frameSize = 0; local
851 frameSize = (width * height * 3) / 2;
863 frameSize + pDecShellContext->mGivenWidth * 2);
/frameworks/av/media/libmedia/
H A DSoundPool.cpp642 mAudioBufferSize = newTrack->frameCount()*newTrack->frameSize();
/frameworks/av/media/libstagefright/
H A DACodec.cpp2161 size_t frameSize = params.nChannels * sizeof(int16_t); local
2168 mSkipCutBuffer = new SkipCutBuffer(mEncoderDelay * frameSize,
2169 mEncoderPadding * frameSize);
H A DOMXCodec.cpp1628 size_t frameSize = numchannels * sizeof(int16_t); local
1635 mSkipCutBuffer = new SkipCutBuffer(delay * frameSize, padding * frameSize);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1541 M4OSA_UInt32 frameSize = (pFramingCtx->width * pFramingCtx->height * 3); //Size of RGB 888 data. local
1546 frameSize, M4VS, (M4OSA_Char*)"Image clip RGB888 data");

Completed in 1201 milliseconds

12