Searched refs:CONFIGURE_FLAG_ENCODE (Results 1 – 14 of 14) sorted by relevance
76 MediaCodec.CONFIGURE_FLAG_ENCODE); in AmrInputStream()
1914 public static final int CONFIGURE_FLAG_ENCODE = 1; field in MediaCodec1917 @IntDef(flag = true, value = { CONFIGURE_FLAG_ENCODE })
202 codec.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in run()
130 mCodec.configure(encodeFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in encode()
155 uint32_t flags = isEncoder ? MediaCodec::CONFIGURE_FLAG_ENCODE : 0; in doProfileCodecs()
513 MediaCodec::CONFIGURE_FLAG_ENCODE); in initEncoder()538 MediaCodec::CONFIGURE_FLAG_ENCODE); in initEncoder()
1058 (flags & CONFIGURE_FLAG_ENCODE) ? 1 : 0); in configure()2586 if (flags & CONFIGURE_FLAG_ENCODE) { in onMessageReceived()
61 CONFIGURE_FLAG_ENCODE = 1, enumerator
829 constexpr int32_t CONFIGURE_FLAG_ENCODE = 1; variable
222 MediaCodec::CONFIGURE_FLAG_ENCODE); in prepareEncoder()
1268 nullptr /*crypto*/, CONFIGURE_FLAG_ENCODE); in initializeCodec()
14514 field public static final int CONFIGURE_FLAG_ENCODE = 1; // 0x1
24469 field public static final int CONFIGURE_FLAG_ENCODE = 1; // 0x1