HomeSort by relevance Sort by last modified time
    Searched refs:streamInfoBuf (Results 1 - 20 of 20) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,
QCameraStream.h 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
QCamera2HWI.cpp     [all...]
QCameraChannel.cpp 146 * @streamInfoBuf : ptr to buf that constains stream info
157 QCameraHeapMemory *streamInfoBuf,
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata);
QCameraStream.cpp 222 * @streamInfoBuf: ptr to buf that contains stream info
230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
246 mStreamInfoBuf = streamInfoBuf;
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,
QCameraStream.h 58 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
QCamera2HWI.cpp     [all...]
QCameraChannel.cpp 146 * @streamInfoBuf : ptr to buf that constains stream info
157 QCameraHeapMemory *streamInfoBuf,
179 rc = pStream->init(streamInfoBuf, minStreamBufNum, stream_cb, userdata);
QCameraStream.cpp 222 * @streamInfoBuf: ptr to buf that contains stream info
230 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
246 mStreamInfoBuf = streamInfoBuf;
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 165 * @streamInfoBuf : ptr to buf that contains stream info
179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
188 if (streamInfoBuf != NULL) {
189 streamInfoBuf->deallocate();
190 delete streamInfoBuf;
191 streamInfoBuf = NULL;
200 if (streamInfoBuf != NULL) {
201 streamInfoBuf->deallocate();
202 delete streamInfoBuf;
203 streamInfoBuf = NULL
    [all...]
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
QCameraStream.cpp 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;
    [all...]
QCameraStream.h 57 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
QCamera2HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.h 54 QCameraHeapMemory *streamInfoBuf,
QCameraStream.h 59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
QCamera2HWI.cpp     [all...]
QCameraChannel.cpp 170 * @streamInfoBuf : ptr to buf that constains stream info
182 QCameraHeapMemory *streamInfoBuf,
207 rc = pStream->init(streamInfoBuf, minStreamBufNum,
    [all...]
QCameraStream.cpp 385 * @streamInfoBuf: ptr to buf that contains stream info
394 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
410 mStreamInfoBuf = streamInfoBuf;
    [all...]

Completed in 861 milliseconds