OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picNum
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c
107
static i32 FindDpbPic(dpbStorage_t *dpb, i32
picNum
, u32 isShortTerm);
125
picNum
169
/* both are short term reference pictures -> check
picNum
*/
172
if (pic1->
picNum
> pic2->
picNum
)
174
else if (pic1->
picNum
< pic2->
picNum
)
185
/* both are long term reference pictures -> check
picNum
(contains the
189
if (pic1->
picNum
> pic2->
picNum
)
[
all
...]
h264bsd_dpb.h
59
i32
picNum
;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
53
dpb->fs[i]->frame.
PicNum
= dpb->fs[i]->FrameNumWrap;
62
/* Calculate FrameNumWrap and
PicNum
*/
77
dpb->fs[i]->frame.
PicNum
= dpb->fs[i]->FrameNumWrap;
88
/* order list 0 by
PicNum
from max to min, see subclause 8.2.4.2.1 */
103
/* order
PicNum
from min to max, see subclause 8.2.4.2.1 */
297
if ((RefPicListX[ cIdx ]->isLongTerm) || ((int)RefPicListX[ cIdx ]->
PicNum
!= picNumLX))
354
AVCPictureData* GetShortTermPic(AVCCommonObj *video, int
picNum
)
364
if ((dpb->fs[i]->frame.isLongTerm == FALSE) && (dpb->fs[i]->frame.
PicNum
==
picNum
))
406
/* sort by
PicNum
, descending order *
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h
464
This function gets the pictures in DPB according to the
PicNum
.
466
\param "
picNum
" "
PicNum
of the picture we are looking for."
469
AVCPictureData* GetShortTermPic(AVCCommonObj *video, int
picNum
);
495
the
PicNum
value.
504
the
PicNum
value.
Completed in 1886 milliseconds