OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmo_type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h
114
int
fmo_type
; /* 0: interleave, 1: dispersed, 2: foreground with left-over
member in struct:tagAVCEncParam
116
/* for
fmo_type
== 0 */
118
/*
fmo_type
== 2*/
121
/*
fmo_type
== 3,4,5 */
124
/*
fmo_type
== 6 */
init.cpp
247
picParam->slice_group_map_type = encParam->
fmo_type
;
248
switch (encParam->
fmo_type
)
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
238
mEncParams->
fmo_type
= 0;
[
all
...]
Completed in 29 milliseconds