Searched refs:FLAG_IS_ENCODER (Results 1 – 1 of 1) sorted by relevance
71 private static final int FLAG_IS_ENCODER = (1 << 0); field in MediaCodecInfo132 return (mFlags & FLAG_IS_ENCODER) != 0; in isEncoder()