Home | History | Annotate | Download | only in HAL

Lines Matching refs:streamInfoBuf

576  *   @streamInfoBuf: ptr to buf that contains stream info
586 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
599 if (streamInfoBuf != NULL) {
600 streamInfoBuf->deallocate();
601 delete streamInfoBuf;
602 streamInfoBuf = NULL;
608 mStreamInfoBuf = streamInfoBuf;