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

  /device/generic/goldfish/camera/
EmulatedCamera.cpp 574 const char* is_video = mParameters.get(EmulatedCamera::RECORDING_HINT_KEY); local
575 if (is_video == NULL) {
576 is_video = CameraParameters::FALSE;
578 if (strcmp(is_video, CameraParameters::TRUE) == 0) {
    [all...]
  /external/chromium_org/media/formats/webm/
webm_cluster_parser.h 43 bool is_video,
webm_cluster_parser.cc 428 bool is_video,
432 is_video_(is_video),
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 700 bool is_video = (i > 5); local
701 mline_id = is_video ? "video_content_name" : "audio_content_name";
702 mline_index = is_video ? 1 : 0;
    [all...]

Completed in 413 milliseconds