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

  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 200 mm_camera_stream_t *md_stream = NULL; local
251 md_stream = &channel->streams[i];
255 if (NULL == md_stream) {
267 if(md_stream) {
270 if (bufs->bufs[i]->stream_id == md_stream->s_id) {
323 md_stream);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 200 mm_camera_stream_t *md_stream = NULL; local
251 md_stream = &channel->streams[i];
255 if (NULL == md_stream) {
267 if(md_stream) {
270 if (bufs->bufs[i]->stream_id == md_stream->s_id) {
323 md_stream);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 332 mm_camera_stream_t *md_stream = NULL; local
383 md_stream = &channel->streams[i];
387 if (NULL == md_stream) {
399 if(md_stream) {
402 if (bufs->bufs[i]->stream_id == md_stream->s_id) {
454 md_stream);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 424 mm_camera_stream_t *md_stream = NULL; local
475 md_stream = &channel->streams[i];
479 if (NULL == md_stream) {
491 if(md_stream) {
494 if (bufs->bufs[i]->stream_id == md_stream->s_id) {
555 md_stream);
    [all...]

Completed in 91 milliseconds