OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postmode
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp
34
postmode
= post processing semaphore with the vertical deblocking,
49
This function sets up the
postmode
semaphore based on the contents of the
69
The 3 least significant bits of
postmode
defines vertical or horizontal
139
int
postmode
= 0x3;
local
154
postmode
&= 0xE;
164
postmode
&= 0xE;
169
postmode
|= 0x4;
186
postmode
&= 0xD;
196
postmode
&= 0xD;
201
postmode
|= 0x4
[
all
...]
Completed in 40 milliseconds