OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVC_NALTYPE_IDR
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h
96
AVC_NALTYPE_IDR
= 5, /* IDR NAL */
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
351
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
592
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
660
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
675
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
717
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
834
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
847
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
[
all
...]
init.cpp
713
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
745
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
785
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
[
all
...]
rate_control.cpp
74
video->nal_unit_type =
AVC_NALTYPE_IDR
;
122
video->nal_unit_type =
AVC_NALTYPE_IDR
;
873
if ((rateCtrl->VBV_fullness > rateCtrl->Bs / 2) && nal_type !=
AVC_NALTYPE_IDR
) /* skip the current frame */ /* rateCtrl->Bs */
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
352
if (video->nal_unit_type ==
AVC_NALTYPE_IDR
)
426
if (video->nal_unit_type !=
AVC_NALTYPE_IDR
&& video->currPic->isLongTerm == FALSE)
Completed in 39 milliseconds