Searched defs:mIsVideo (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h115 bool mIsVideo; member in struct:android::AnotherPacketSource
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h49 bool isVideo() const { return mIsVideo; }
130 bool mIsVideo; member in struct:android::MediaCodecSource
H A DACodec.h261 bool mIsVideo; member in struct:android::ACodec
H A DMediaCodec.h329 bool mIsVideo; member in struct:android::MediaCodec
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h49 bool isVideo() const { return mIsVideo; }
130 bool mIsVideo; member in struct:android::MediaCodecSource
H A DACodec.h261 bool mIsVideo; member in struct:android::ACodec
H A DMediaCodec.h329 bool mIsVideo; member in struct:android::MediaCodec
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h100 bool mIsVideo; member in struct:android::Converter
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp282 bool mIsVideo; member in class:android::MPEG4Writer::Track
1666 mIsVideo = !strncasecmp(mime, "video/", 6);
1671 if (mIsVideo) {
1771 if (!mIsVideo) {
2097 if (mIsVideo && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
2588 } else if (mIsVideo) {
2664 if (!mIsVideo && !mIsAudio && buffer->range_length() >= kMaxMetadataSize) {
2733 if (mIsVideo && !mGotStartKeyFrame && !isSync) {
2738 if (mIsVideo && isSync) {
2779 if (mIsVideo) {
[all...]

Completed in 443 milliseconds