Searched refs:mTmpInBuffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp51 int16_t *mTmpInBuffer; member in struct:android::VideoEditorResampler
59 mTmpInBuffer = (int16_t*)malloc(dataSize);
60 memcpy(mTmpInBuffer, this->mInput, dataSize);
61 pBuffer->raw = (void*)mTmpInBuffer;
71 mTmpInBuffer = NULL;
92 context->mTmpInBuffer = NULL;
125 if (context->mTmpInBuffer != NULL) {
126 free(context->mTmpInBuffer);
127 context->mTmpInBuffer = NULL;

Completed in 671 milliseconds