Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp1102 camera_memory_t* fakebuf = mRequestMemory(-1, 4, 1, NULL); in notifyFrame() local
1103 … if( (NULL == fakebuf) || ( NULL == fakebuf->data) || ( NULL == frame->mBuffer)) in notifyFrame()
1109 fakebuf->data = frame->mBuffer; in notifyFrame()
1110 … mDataCbTimestamp(frame->mTimestamp, CAMERA_MSG_VIDEO_FRAME, fakebuf, 0, mCallbackCookie); in notifyFrame()
1111 fakebuf->release(fakebuf); in notifyFrame()