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

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 187 mm_camera_stream_t *p_stream = NULL; local
214 p_stream = &channel->streams[i];
219 if (NULL == p_stream) {
226 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
341 mm_camera_stream_t *p_stream = NULL; local
390 p_stream = &channel->streams[i];
394 if (NULL != p_stream) {
397 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
mm_qcamera_preview.c 52 mm_camera_stream_t *p_stream = NULL; local
79 p_stream = &channel->streams[i];
84 if (NULL == p_stream) {
91 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
141 mm_camera_stream_t *p_stream = NULL; local
190 p_stream = &channel->streams[i];
194 if (NULL != p_stream) {
197 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
255 mm_camera_stream_t *p_stream = NULL; local
280 p_stream = &channel->streams[i]
330 mm_camera_stream_t *p_stream = NULL; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 269 mm_camera_stream_t *p_stream = NULL; local
296 p_stream = &channel->streams[i];
301 if (NULL == p_stream) {
308 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
423 mm_camera_stream_t *p_stream = NULL; local
472 p_stream = &channel->streams[i];
476 if (NULL != p_stream) {
479 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
mm_qcamera_video.c 39 mm_camera_stream_t *p_stream = NULL; local
66 p_stream = &channel->streams[i];
71 if (NULL == p_stream) {
78 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
129 mm_camera_stream_t *p_stream = NULL; local
178 p_stream = &channel->streams[i];
182 if (NULL != p_stream) {
185 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
243 mm_camera_stream_t *p_stream = NULL; local
268 p_stream = &channel->streams[i]
    [all...]
mm_qcamera_preview.c 54 mm_camera_stream_t *p_stream = NULL; local
81 p_stream = &channel->streams[i];
86 if (NULL == p_stream) {
93 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
232 mm_camera_stream_t *p_stream = NULL; local
281 p_stream = &channel->streams[i];
285 if (NULL != p_stream) {
288 if (bufs->bufs[i]->stream_id == p_stream->s_id) {
347 mm_camera_stream_t *p_stream = NULL; local
374 p_stream = &channel->streams[i]
424 mm_camera_stream_t *p_stream = NULL; local
    [all...]

Completed in 246 milliseconds