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

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 230 poll_cb->num_fds < MAX_STREAM_NUM_IN_BUNDLE) {
238 poll_cb->num_fds <= MAX_STREAM_NUM_IN_BUNDLE) {
239 for(i = 0; i < MAX_STREAM_NUM_IN_BUNDLE; i++) {
427 if (MAX_STREAM_NUM_IN_BUNDLE > idx) {
473 if ((MAX_STREAM_NUM_IN_BUNDLE > idx) &&
487 if ((MAX_STREAM_NUM_IN_BUNDLE <= idx) ||
mm_camera_channel.c 169 for(i = 0; i < MAX_STREAM_NUM_IN_BUNDLE; i++) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 230 poll_cb->num_fds < MAX_STREAM_NUM_IN_BUNDLE) {
238 poll_cb->num_fds <= MAX_STREAM_NUM_IN_BUNDLE) {
239 for(i = 0; i < MAX_STREAM_NUM_IN_BUNDLE; i++) {
416 if (MAX_STREAM_NUM_IN_BUNDLE > idx) {
453 if ((MAX_STREAM_NUM_IN_BUNDLE > idx) &&
467 if ((MAX_STREAM_NUM_IN_BUNDLE <= idx) ||
mm_camera_channel.c 177 for(i = 0; i < MAX_STREAM_NUM_IN_BUNDLE; i++) {
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 169 mm_camera_poll_entry_t poll_entries[MAX_STREAM_NUM_IN_BUNDLE];
175 struct pollfd poll_fds[MAX_STREAM_NUM_IN_BUNDLE + 1];
361 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE];
373 uint32_t bundled_streams[MAX_STREAM_NUM_IN_BUNDLE];
464 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE];
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 175 mm_camera_poll_entry_t poll_entries[MAX_STREAM_NUM_IN_BUNDLE];
181 struct pollfd poll_fds[MAX_STREAM_NUM_IN_BUNDLE + 1];
422 mm_camera_buf_info_t super_buf[MAX_STREAM_NUM_IN_BUNDLE];
434 uint32_t bundled_streams[MAX_STREAM_NUM_IN_BUNDLE];
527 mm_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE];
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.h 163 uint32_t mSrcStreamHandles[MAX_STREAM_NUM_IN_BUNDLE];
QCameraChannel.cpp 216 if (mStreams.size() >= MAX_STREAM_NUM_IN_BUNDLE) {
218 mStreams.size(), MAX_STREAM_NUM_IN_BUNDLE);
554 if (index >= MAX_STREAM_NUM_IN_BUNDLE) {
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraChannel.h 174 uint32_t mSrcStreamHandles[MAX_STREAM_NUM_IN_BUNDLE];
QCameraChannel.cpp 271 if (mStreams.size() >= MAX_STREAM_NUM_IN_BUNDLE) {
273 mStreams.size(), MAX_STREAM_NUM_IN_BUNDLE);
601 if (index >= MAX_STREAM_NUM_IN_BUNDLE) {
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 289 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
299 channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
mm_qcamera_preview.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 292 if (channel->num_streams <= MAX_STREAM_NUM_IN_BUNDLE) {
302 channel->num_streams, MAX_STREAM_NUM_IN_BUNDLE);
mm_qcamera_preview.c     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 135 QCamera3Stream *mStreams[MAX_STREAM_NUM_IN_BUNDLE];
611 uint32_t mSrcStreamHandles[MAX_STREAM_NUM_IN_BUNDLE];
QCamera3Channel.cpp 176 if (m_numStreams >= MAX_STREAM_NUM_IN_BUNDLE) {
178 m_numStreams, MAX_STREAM_NUM_IN_BUNDLE);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 152 * exceeds MAX_STREAM_NUM_IN_BUNDLE
161 mm_camera_buf_def_t* bufs[MAX_STREAM_NUM_IN_BUNDLE];
    [all...]
cam_types.h 58 #define MAX_STREAM_NUM_IN_BUNDLE 8
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 184 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE];
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 166 * exceeds MAX_STREAM_NUM_IN_BUNDLE
175 mm_camera_buf_def_t* bufs[MAX_STREAM_NUM_IN_BUNDLE];
    [all...]
cam_types.h 68 #define MAX_STREAM_NUM_IN_BUNDLE 8
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 186 mm_camera_stream_t streams[MAX_STREAM_NUM_IN_BUNDLE];
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.h 144 QCamera3Stream *mStreams[MAX_STREAM_NUM_IN_BUNDLE];
683 uint32_t mSrcStreamHandles[MAX_STREAM_NUM_IN_BUNDLE];
QCamera3Channel.cpp 180 if (m_numStreams >= MAX_STREAM_NUM_IN_BUNDLE) {
182 m_numStreams, MAX_STREAM_NUM_IN_BUNDLE);
    [all...]

Completed in 3187 milliseconds