Searched defs:rkcif_stream (Results 1 – 3 of 3) sorted by relevance
448 struct rkcif_stream { struct449 unsigned id:3;450 struct rkcif_device *cifdev;451 struct rkcif_vdev_node vnode;452 enum rkcif_state state;453 wait_queue_head_t wq_stopped;454 unsigned int frame_idx;455 int frame_phase;456 int frame_phase_cache;457 unsigned int crop_mask;[all …]
489 struct rkcif_stream { struct490 unsigned id : 3;491 struct rkcif_device *cifdev;492 struct rkcif_vdev_node vnode;493 enum rkcif_state state;494 wait_queue_head_t wq_stopped;495 unsigned int frame_idx;496 int frame_phase;497 int frame_phase_cache;498 unsigned int crop_mask;[all …]