OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_FT
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h
48
#define
GET_FT
(x) ( (x & 0xF0000000 ) >> 28 ) //get frame type
OMXVideoEncoderAVC.cpp
345
eInfo.FrameType =
GET_FT
(encodeInfo);
589
eInfo.FrameType =
GET_FT
(encodeInfo);
[
all
...]
Completed in 467 milliseconds