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

  /frameworks/av/media/libmedia/
mediarecorder.cpp 63 if (!mIsVideoSourceSet) {
114 if (mIsVideoSourceSet) {
138 mIsVideoSourceSet = true;
186 if (mIsVideoSourceSet && of >= OUTPUT_FORMAT_AUDIO_ONLY_START && of != OUTPUT_FORMAT_RTP_AVP && of != OUTPUT_FORMAT_MPEG2TS) { //first non-video output format
208 if (!mIsVideoSourceSet) {
335 if (!mIsVideoSourceSet) {
378 if (!mIsVideoSourceSet) {
439 if (mIsVideoSourceSet != mIsVideoEncoderSet) {
440 if (mIsVideoSourceSet) {
601 mIsVideoSourceSet = false
    [all...]
  /frameworks/av/include/media/
mediarecorder.h 247 bool mIsVideoSourceSet;

Completed in 31 milliseconds