HomeSort by relevance Sort by last modified time
    Searched defs:p_stream (Results 1 - 4 of 4) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 62 mm_camera_stream_t *p_stream = NULL; local
84 p_stream = &channel->streams[i];
88 if (NULL == p_stream) {
107 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
mm_qcamera_snapshot.c 166 mm_camera_stream_t *p_stream = NULL; local
217 p_stream = &channel->streams[i];
221 if (NULL != p_stream) {
224 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 62 mm_camera_stream_t *p_stream = NULL; local
84 p_stream = &channel->streams[i];
88 if (NULL == p_stream) {
107 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
mm_qcamera_snapshot.c 166 mm_camera_stream_t *p_stream = NULL; local
217 p_stream = &channel->streams[i];
221 if (NULL != p_stream) {
224 if (bufs->bufs[i]->stream_id == p_stream->s_id) {

Completed in 200 milliseconds