Home
last modified time | relevance | path

Searched refs:mVideoBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DPreviewPlayer.cpp87 mVideoBuffer(NULL), in PreviewPlayer()
306 if (mVideoBuffer) { in reset_l()
307 mVideoBuffer->release(); in reset_l()
308 mVideoBuffer = NULL; in reset_l()
816 if (!mVideoBuffer) { in onVideoEvent()
826 status_t err = mVideoSource->read(&mVideoBuffer, &options); in onVideoEvent()
830 CHECK(!mVideoBuffer); in onVideoEvent()
864 if (mVideoBuffer->range_length() == 0) { in onVideoEvent()
868 mVideoBuffer->release(); in onVideoEvent()
869 mVideoBuffer = NULL; in onVideoEvent()
[all …]
DPreviewPlayer.h187 MediaBuffer *mVideoBuffer; member
/frameworks/av/media/libstagefright/
DAwesomePlayer.cpp202 mVideoBuffer(NULL), in AwesomePlayer()
1301 if (mVideoBuffer) { in shutdownVideoDecoder_l()
1302 mVideoBuffer->release(); in shutdownVideoDecoder_l()
1303 mVideoBuffer = NULL; in shutdownVideoDecoder_l()
1734 if (mVideoBuffer) { in onVideoEvent()
1735 mVideoBuffer->release(); in onVideoEvent()
1736 mVideoBuffer = NULL; in onVideoEvent()
1758 if (!mVideoBuffer) { in onVideoEvent()
1770 status_t err = mVideoSource->read(&mVideoBuffer, &options); in onVideoEvent()
1774 CHECK(mVideoBuffer == NULL); in onVideoEvent()
[all …]
/frameworks/av/media/libstagefright/include/
DAwesomePlayer.h235 MediaBuffer *mVideoBuffer; member