Home
last modified time | relevance | path

Searched refs:omxFlags (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodec.cpp1061 int32_t omxFlags; in handleDequeueOutputBuffer() local
1062 CHECK(buffer->meta()->findInt32("omxFlags", &omxFlags)); in handleDequeueOutputBuffer()
1065 if (omxFlags & OMX_BUFFERFLAG_SYNCFRAME) { in handleDequeueOutputBuffer()
1068 if (omxFlags & OMX_BUFFERFLAG_CODECCONFIG) { in handleDequeueOutputBuffer()
1071 if (omxFlags & OMX_BUFFERFLAG_EOS) { in handleDequeueOutputBuffer()
1545 int32_t omxFlags; in onMessageReceived() local
1546 CHECK(msg->findInt32("flags", &omxFlags)); in onMessageReceived()
1548 buffer->meta()->setInt32("omxFlags", omxFlags); in onMessageReceived()
1555 if (omxFlags & OMX_BUFFERFLAG_CODECCONFIG) { in onMessageReceived()
2776 int32_t omxFlags; in onOutputBufferAvailable() local
[all …]