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

  /frameworks/av/include/media/stagefright/
MediaCodec.h 198 kFlagOutputFormatChanged = 2,
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 678 } else if (mFlags & kFlagOutputFormatChanged) {
680 mFlags &= ~kFlagOutputFormatChanged;
    [all...]

Completed in 802 milliseconds