Searched refs:mIsVideo (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaCodecSource.cpp | 448 mIsVideo(false), in MediaCodecSource() 500 mIsVideo = outputMIME.startsWithIgnoreCase("video/"); in initEncoder() 559 CHECK(mIsVideo); in initEncoder() 639 ALOGV("encoder (%s) reached EOS", mIsVideo ? "video" : "audio"); in signalEOS() 661 ALOGI("encoder (%s) stopped", mIsVideo ? "video" : "audio"); in signalEOS() 665 ALOGV("source (%s) stopped", mIsVideo ? "video" : "audio"); in signalEOS() 716 if (mIsVideo) { in feedEncoderInputBuffers() 746 if (mIsVideo) { in feedEncoderInputBuffers() 780 ALOGI("MediaCodecSource (%s) resuming", mIsVideo ? "video" : "audio"); in onStart() 785 if (mIsVideo) { in onStart() [all …]
|
D | MPEG4Writer.cpp | 320 bool mIsVideo; member in android::MPEG4Writer::Track 2083 mIsVideo = !strncasecmp(mime, "video/", 6); in Track() 2089 if (mIsVideo) { in Track() 2202 if (!mIsVideo) { in addOneCttsTableEntry() 2763 if ((mIsVideo || mIsHeic) && params && in start() 3286 } else if (mIsVideo) { in threadEntry() 3385 if (!mIsVideo && !mIsAudio && !mIsHeic && in threadEntry() 3485 if (mIsVideo && !mGotStartKeyFrame && !isSync) { in threadEntry() 3490 if (mIsVideo && isSync) { in threadEntry() 3536 if (mIsVideo) { in threadEntry() [all …]
|
D | MediaCodec.cpp | 626 mIsVideo(false), in MediaCodec() 1107 mIsVideo = true; in init() 1124 if (mIsVideo) { in init() 1158 mIsVideo ? kCodecModeVideo : kCodecModeAudio); in init() 1161 if (mIsVideo) { in init() 1167 resources.push_back(MediaResource::CodecResource(secureCodec, mIsVideo)); in init() 1228 if (mIsVideo) { in configure() 1281 resources.push_back(MediaResource::CodecResource(mFlags & kFlagIsSecure, mIsVideo)); in configure() 1396 if (!mIsVideo) { in getGraphicBufferSize() 1414 resources.push_back(MediaResource::CodecResource(mFlags & kFlagIsSecure, mIsVideo)); in start() [all …]
|
D | ACodec.cpp | 551 mIsVideo(false), in ACodec() 1718 mIsVideo = !strncasecmp(mime, "video/", 6); in configureCodec() 1735 if (mIsVideo || mIsImage) { in configureCodec() 1792 if (encoder && mIsVideo in configureCodec() 1818 if (encoder && mIsVideo) { in configureCodec() 1853 if (encoder && (mIsVideo || mIsImage)) { in configureCodec() 1875 && obj != NULL && mIsVideo && !encoder; in configureCodec() 1877 if (mIsVideo && !encoder) { in configureCodec() 2053 if (mIsVideo || mIsImage) { in configureCodec() 2348 err = setOperatingRate(rateFloat, mIsVideo); in configureCodec() [all …]
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecSource.h | 48 bool isVideo() const { return mIsVideo; } in isVideo() 129 bool mIsVideo; member
|
D | MediaCodec.h | 390 bool mIsVideo; member
|
D | ACodec.h | 268 bool mIsVideo; member
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 42 mIsVideo(false), in AnotherPacketSource() 62 mIsVideo = false; in setFormat() 75 mIsVideo = true; in setFormat() 280 if (mIsVideo) { in wasFormatChange()
|
D | AnotherPacketSource.h | 115 bool mIsVideo; member
|