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

  /device/huawei/angler/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/lge/bullhead/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...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 196 * @streamInfoBuf : ptr to buf that contains stream info
210 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
219 if (streamInfoBuf != NULL) {
220 streamInfoBuf->deallocate();
221 delete streamInfoBuf;
222 streamInfoBuf = NULL;
231 if (streamInfoBuf != NULL) {
232 streamInfoBuf->deallocate();
233 delete streamInfoBuf;
234 streamInfoBuf = NULL
    [all...]
QCameraChannel.h 56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
QCameraStream.h 62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
QCamera2HWI.cpp     [all...]
QCameraStream.cpp 670 * @streamInfoBuf: ptr to buf that contains stream info
680 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf,
690 mStreamInfoBuf = streamInfoBuf;
    [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 265 milliseconds