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

  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1688 mm_stream_t *src_stream = NULL; local
    [all...]
  /external/libbrillo/brillo/http/
http_request.cc 331 StreamPtr src_stream = connection_->ExtractDataStream(nullptr); local
333 if (src_stream && dest_stream) {
336 while (src_stream->ReadBlocking(buffer, sizeof(buffer), &read, nullptr) &&

Completed in 168 milliseconds