OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongTermPicNum
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
98
dpb->fs[i]->frame.
LongTermPicNum
= dpb->fs[i]->LongTermFrameIdx;
307
AVCStatus ReorderLongTerm(AVCCommonObj *video, int
LongTermPicNum
, int *refIdxLX, int isL1)
325
picLX = GetLongTermPic(video,
LongTermPicNum
);
345
if ((!RefPicListX[ cIdx ]->isLongTerm) || ((int)RefPicListX[ cIdx ]->
LongTermPicNum
!=
LongTermPicNum
))
375
AVCPictureData* GetLongTermPic(AVCCommonObj *video, int
LongtermPicNum
)
385
if ((dpb->fs[i]->frame.isLongTerm == TRUE) && (dpb->fs[i]->frame.
LongTermPicNum
==
LongtermPicNum
))
438
if (data[j]->
LongTermPicNum
< data[i]->
LongTermPicNum
)
[
all
...]
dpb.cpp
597
if (dpb->fs[ii]->frame.
LongTermPicNum
== long_term_pic_num)
627
dpb->fs[ii]->frame.
LongTermPicNum
= long_term_frame_idx;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h
456
\param "
LongTermPicNum
" "
LongTermPicNum
of an entry in the reference list."
461
AVCStatus ReorderLongTerm(AVCCommonObj *video, int
LongTermPicNum
, int *refIdxLX, int isL1);
472
This function gets the pictures in DPB according to the
LongtermPicNum
.
474
\param "
LongtermPicNum
" "
LongtermPicNum
of the picture we are looking for."
477
AVCPictureData* GetLongTermPic(AVCCommonObj *video, int
LongtermPicNum
);
540
the
LongTermPicNum
value.
avcint_common.h
500
int
LongTermPicNum
;
[
all
...]
Completed in 34 milliseconds