Searched refs:nal_unit_type (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp351 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)
H A Drate_control.cpp74 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;
H A Davcenc_api.cpp315 /* 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;
H A Dinit.cpp713 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)
H A Dmotion_est.cpp236 /* 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;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp352 if (video->nal_unit_type == AVC_NALTYPE_IDR)
426 if (video->nal_unit_type != AVC_NALTYPE_IDR && video->currPic->isLongTerm == FALSE)
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c742 M4OSA_Int32 forbidden_bit, nal_ref_idc, nal_unit_type; local
841 nal_unit_type = (nalu_info) &0x1f;
847 if( nal_unit_type == 8 )
853 if( nal_unit_type == 7 )
860 if( (nal_unit_type == 5) )
866 if( ( nal_unit_type == 1) || (nal_unit_type == 5) )
888 if( nal_unit_type == 5 )
1294 M4OSA_Int32 forbidden_bit, nal_ref_idc, nal_unit_type; local
1443 nal_unit_type
1745 M4OSA_Int32 forbidden_bit, nal_ref_idc, nal_unit_type; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h395 /* 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 */

Completed in 288 milliseconds