Home
last modified time | relevance | path

Searched defs:videoFrame (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp42 void initFrameInfo(HeifFrameInfo *info, const VideoFrame *videoFrame) { in initFrameInfo()
376 VideoFrame* videoFrame = static_cast<VideoFrame*>(sharedMem->unsecurePointer()); in reinit() local
411 VideoFrame* videoFrame = static_cast<VideoFrame*>( in reinit() local
563 VideoFrame* videoFrame = static_cast<VideoFrame*>(frameMemory->unsecurePointer()); in decode() local
601 VideoFrame* videoFrame = static_cast<VideoFrame*>(mFrameMemory->unsecurePointer()); in decode() local
656 VideoFrame* videoFrame = static_cast<VideoFrame*>(mFrameMemory->unsecurePointer()); in decodeSequence() local
686 VideoFrame* videoFrame = static_cast<VideoFrame*>(mFrameMemory->unsecurePointer()); in getScanlineInner() local
/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp211 const sp<WebmFrame> videoFrame = mVideoFrames.peek(); in run() local