OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nal_unit_type
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp
33
/* Assuming that forbidden_zero, nal_ref_idc and
nal_unit_type
*/
254
video->
nal_unit_type
= (AVCNalUnitType)(nal_unit[0] & 0x1F);
256
if (video->
nal_unit_type
!= AVC_NALTYPE_SPS) /* not a SPS NAL */
406
video->
nal_unit_type
= (AVCNalUnitType)(nal_unit[0] & 0x1F);
408
if (video->
nal_unit_type
!= AVC_NALTYPE_PPS) /* not a PPS NAL */
474
video->prev_nal_unit_type = video->
nal_unit_type
;
477
video->
nal_unit_type
= (AVCNalUnitType)(buffer[0] & 0x1F);
480
if (video->
nal_unit_type
== AVC_NALTYPE_AUD)
485
if (video->
nal_unit_type
!= AVC_NALTYPE_SLICE &&
486
video->
nal_unit_type
!= AVC_NALTYPE_IDR
[
all
...]
header.cpp
623
if (video->
nal_unit_type
== AVC_NALTYPE_IDR)
885
if (video->
nal_unit_type
== AVC_NALTYPE_IDR)
[
all
...]
/frameworks/base/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
...]
avcenc_api.h
251
This function sniffs the
nal_unit_type
such that users can call corresponding APIs.
255
\param "
nal_unit_type
" "Pointer to the return value of nal unit type."
rate_control.cpp
74
video->
nal_unit_type
= AVC_NALTYPE_IDR;
122
video->
nal_unit_type
= AVC_NALTYPE_IDR;
129
video->
nal_unit_type
= AVC_NALTYPE_SLICE;
801
int nal_type = video->
nal_unit_type
;
[
all
...]
avcenc_api.cpp
315
/* Also set video->
nal_unit_type
, sliceHdr->slice_type, video->slice_type */
448
BitstreamWriteBits(bitstream, 8, (video->nal_ref_idc << 5) | (video->
nal_unit_type
));
479
*nal_type = video->
nal_unit_type
;
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
...]
motion_est.cpp
236
/* if turns out to be IDR frame, set video->
nal_unit_type
to AVC_NALTYPE_IDR */
438
//video->
nal_unit_type
= AVC_NALTYPE_IDR;
439
video->
nal_unit_type
= AVC_NALTYPE_SLICE;
[
all
...]
/frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h
95
This function sniffs the
nal_unit_type
such that users can call corresponding APIs.
98
\param "
nal_unit_type
" "Pointer to the return value of nal unit type."
/frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h
395
/* if(
nal_unit_type
== 5) */
654
AVCNalUnitType
nal_unit_type
;
member in struct:tagCommonObj
657
uint slice_data_partitioning; /* flag when
nal_unit_type
is between 2 and 4 */
[
all
...]
/frameworks/base/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)
/frameworks/base/media/libstagefright/
MPEG4Writer.cpp
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
Completed in 270 milliseconds