Home
last modified time | relevance | path

Searched refs:plane_idx (Results 1 – 25 of 33) sorted by relevance

12

/device/asus/flo/camera/QCamera2/stack/common/
Dmm_camera_interface.h136 int32_t plane_idx,
151 int32_t plane_idx,
483 int32_t plane_idx,
508 int32_t plane_idx);
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h280 int32_t plane_idx; member
289 int32_t plane_idx; member
495 int32_t plane_idx,
503 int32_t plane_idx);
539 int32_t plane_idx,
545 int32_t plane_idx);
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h136 int32_t plane_idx,
151 int32_t plane_idx,
483 int32_t plane_idx,
508 int32_t plane_idx);
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h282 int32_t plane_idx; member
291 int32_t plane_idx; member
497 int32_t plane_idx,
505 int32_t plane_idx);
541 int32_t plane_idx,
547 int32_t plane_idx);
/device/moto/shamu/camera/QCamera2/stack/common/
Dmm_camera_interface.h139 int32_t plane_idx,
154 int32_t plane_idx,
505 int32_t plane_idx,
530 int32_t plane_idx);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h308 int32_t plane_idx; member
317 int32_t plane_idx; member
551 int32_t plane_idx,
559 int32_t plane_idx);
595 int32_t plane_idx,
601 int32_t plane_idx);
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Stream.h83 int32_t plane_idx, int fd, uint32_t size);
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp805 int32_t plane_idx, in mapBuf() argument
811 buf_idx, plane_idx, in mapBuf()
830 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
834 buf_idx, plane_idx); in unmapBuf()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraStream.h84 int32_t plane_idx, int fd, uint32_t size);
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCameraStream.cpp884 int32_t plane_idx, in mapBuf() argument
890 buf_idx, plane_idx, in mapBuf()
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
913 buf_idx, plane_idx); in unmapBuf()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Stream.h85 int32_t plane_idx, int fd, uint32_t size);
86 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp851 int32_t plane_idx, in mapBuf() argument
857 buf_idx, plane_idx, in mapBuf()
876 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
880 buf_idx, plane_idx); in unmapBuf()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraStream.h84 int32_t plane_idx, int fd, uint32_t size);
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCameraStream.cpp884 int32_t plane_idx, in mapBuf() argument
890 buf_idx, plane_idx, in mapBuf()
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
913 buf_idx, plane_idx); in unmapBuf()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Stream.h83 int32_t plane_idx, int fd, uint32_t size);
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp846 int32_t plane_idx, in mapBuf() argument
852 buf_idx, plane_idx, in mapBuf()
871 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
875 buf_idx, plane_idx); in unmapBuf()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStream.h93 int32_t plane_idx, int fd, uint32_t size);
94 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1156 int32_t plane_idx, in mm_camera_intf_map_stream_buf() argument
1167 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
1173 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1212 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
1221 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
1227 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1319 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1336 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1379 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1394 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()
Dmm_camera_stream.c1250 int32_t plane_idx, in mm_stream_map_buf() argument
1267 packet.payload.buf_map.plane_idx = plane_idx; in mm_stream_map_buf()
1299 int32_t plane_idx) in mm_stream_unmap_buf() argument
1312 packet.payload.buf_unmap.plane_idx = plane_idx; in mm_stream_unmap_buf()
1343 int32_t plane_idx, in mm_stream_map_buf_ops() argument
1351 frame_idx, plane_idx, fd, size); in mm_stream_map_buf_ops()
1376 int32_t plane_idx, in mm_stream_unmap_buf_ops() argument
1383 plane_idx); in mm_stream_unmap_buf_ops()
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1156 int32_t plane_idx, in mm_camera_intf_map_stream_buf() argument
1167 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
1173 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1212 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
1221 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
1227 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1320 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1337 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1380 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1395 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()
Dmm_camera_stream.c1242 int32_t plane_idx, in mm_stream_map_buf() argument
1259 packet.payload.buf_map.plane_idx = plane_idx; in mm_stream_map_buf()
1291 int32_t plane_idx) in mm_stream_unmap_buf() argument
1304 packet.payload.buf_unmap.plane_idx = plane_idx; in mm_stream_unmap_buf()
1335 int32_t plane_idx, in mm_stream_map_buf_ops() argument
1343 frame_idx, plane_idx, fd, size); in mm_stream_map_buf_ops()
1368 int32_t plane_idx, in mm_stream_unmap_buf_ops() argument
1375 plane_idx); in mm_stream_unmap_buf_ops()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1173 int32_t plane_idx, in mm_camera_intf_map_stream_buf() argument
1184 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
1190 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1229 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
1238 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
1244 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1395 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1412 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1455 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1470 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()

12