OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMX_BUFFERFLAG_TFF
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/ISV/include/
isv_worker.h
38
#define
OMX_BUFFERFLAG_TFF
0x00010000
/hardware/intel/common/utils/ISV/base/
isv_processor.cpp
492
if ((buffer->nFlags &
OMX_BUFFERFLAG_TFF
) != 0 ||
isv_worker.cpp
805
if (flags & (
OMX_BUFFERFLAG_TFF
| OMX_BUFFERFLAG_BFF))
[
all
...]
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp
729
buffer->nFlags |=
OMX_BUFFERFLAG_TFF
;
[
all
...]
Completed in 5379 milliseconds