Searched refs:nal_unit_type (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | vlc.c | 211 int RBSPtoNALU (unsigned char *rbsp, NALU_t *nalu, int rbsp_size, int nal_unit_type, int nal_refere… in RBSPtoNALU() argument 218 MFE_ASSERT (nal_unit_type > 0 && nal_unit_type <= 10); in RBSPtoNALU() 224 nalu->nal_unit_type = (NaluType) nal_unit_type; in RBSPtoNALU() 228 nalu->nal_unit_type; in RBSPtoNALU()
|
| H A D | parset.c | 831 …uf[0] = (unsigned char) ((n->forbidden_bit << 7) | (n->nal_reference_idc << 5) | n->nal_unit_type); in WriteAnnexbNALU() 1047 int nal_unit_type, nal_reference_idc, forbidden_bit; in get_NALU_1stbyte() local 1050 nal_unit_type = NALU_TYPE_IDR; in get_NALU_1stbyte() 1055 nal_unit_type = NALU_TYPE_SLICE; in get_NALU_1stbyte() 1067 nal_unit_type = NALU_TYPE_SLICE; in get_NALU_1stbyte() 1078 return (MFE_U8) ((forbidden_bit << 7) | (nal_reference_idc << 5) | nal_unit_type); in get_NALU_1stbyte() 1114 nalu->nal_unit_type = (NaluType)(Byte1&0x1f); in codeSliceHeader()
|
| H A D | nalu.h | 99 int RBSPtoNALU (unsigned char *rbsp, NALU_t *nalu, int rbsp_size, int nal_unit_type, int nal_refere…
|
| H A D | nalucommon.h | 128 NaluType nal_unit_type; //!< NALU_TYPE_xxxx member
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | vlc.c | 225 MS_S32 RBSPtoNALU (MS_U8 *rbsp, NALU_t *nalu, MS_S32 rbsp_size, MS_S32 nal_unit_type, MS_S32 nal_re… in RBSPtoNALU() argument 238 MS_ASSERT (nal_unit_type > 0 && nal_unit_type <= 10); in RBSPtoNALU() 244 nalu->nal_unit_type = (NaluType) nal_unit_type; in RBSPtoNALU() 248 nalu->nal_unit_type; in RBSPtoNALU()
|
| H A D | parset.c | 899 n->buf[0] = (MS_U8) ((n->forbidden_bit << 7) | (n->nal_reference_idc << 5) | n->nal_unit_type); in WriteAnnexbNALU() 1180 MS_S32 nal_unit_type, nal_reference_idc, forbidden_bit; in get_NALU_1stbyte() local 1183 nal_unit_type = NALU_TYPE_IDR; in get_NALU_1stbyte() 1188 nal_unit_type = NALU_TYPE_SLICE; in get_NALU_1stbyte() 1200 nal_unit_type = NALU_TYPE_SLICE; in get_NALU_1stbyte() 1211 return (MS_U8) ((forbidden_bit << 7) | (nal_reference_idc << 5) | nal_unit_type); in get_NALU_1stbyte() 1250 nalu->nal_unit_type = (NaluType)(Byte1&0x1f); in codeSliceHeader() 1269 nalu->nal_unit_type = Byte1&0x1f; in codeDummySliceHeader()
|
| H A D | nalu.h | 99 MS_S32 RBSPtoNALU (MS_U8 *rbsp, NALU_t *nalu, MS_S32 rbsp_size, MS_S32 nal_unit_type, MS_S32 nal_re…
|
| H A D | nalucommon.h | 128 NaluType nal_unit_type; //!< NALU_TYPE_xxxx member
|