OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poc_type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h
102
int
poc_type
; /* picture order count mode, 0,1 or 2 */
member in struct:tagAVCEncParam
103
/* for
poc_type
== 0 */
105
/* for
poc_type
== 1 */
init.cpp
109
seqParam->pic_order_cnt_type = encParam->
poc_type
; /* POC type */
110
if (encParam->
poc_type
== 0)
119
else if (encParam->
poc_type
== 1)
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
228
mEncParams->
poc_type
= 2;
[
all
...]
Completed in 5579 milliseconds