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