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

/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp86 sp<IMemory> frameMem = new MemoryBase(heap, 0, size); local
87 if (frameMem == NULL) {
91 VideoFrame* frameCopy = static_cast<VideoFrame*>(frameMem->pointer());
94 return frameMem;
512 sp<IMemory> frameMem = allocVideoFrame( local
519 addFrame(frameMem);
520 VideoFrame* frame = static_cast<VideoFrame*>(frameMem->pointer());
686 sp<IMemory> frameMem = allocVideoFrame( local
688 mFrame = static_cast<VideoFrame*>(frameMem->pointer());
690 addFrame(frameMem);
[all...]

Completed in 56 milliseconds