HomeSort by relevance Sort by last modified time
    Searched defs:nal_unit_type (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 742 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
1745 M4OSA_Int32 forbidden_bit, nal_ref_idc, nal_unit_type; local
    [all...]
  /frameworks/av/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...]

Completed in 402 milliseconds