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

  /frameworks/base/media/libmedia/
mediarecorder.cpp 63 if (!mIsVideoSourceSet) {
114 if (mIsVideoSourceSet) {
136 mIsVideoSourceSet = true;
184 if (mIsVideoSourceSet && of >= OUTPUT_FORMAT_AUDIO_ONLY_START) { //first non-video output format
206 if (!mIsVideoSourceSet) {
322 if (!mIsVideoSourceSet) {
347 if (!mIsVideoSourceSet) {
408 if (mIsVideoSourceSet != mIsVideoEncoderSet) {
409 if (mIsVideoSourceSet) {
570 mIsVideoSourceSet = false
    [all...]
  /frameworks/base/include/media/
mediarecorder.h 189 bool mIsVideoSourceSet;

Completed in 124 milliseconds