Searched refs:profile_idc (Results 1 – 5 of 5) sorted by relevance
54 public int profile_idc; field in SeqParameterSet81 sps.profile_idc = (int) reader.readNBit(8, "SPS: profile_idc"); in read()94 if (sps.profile_idc == 100 || sps.profile_idc == 110 in read()95 || sps.profile_idc == 122 || sps.profile_idc == 144) { in read()313 writer.writeNBit(profile_idc, 8, "SPS: profile_idc"); in write()322 if (profile_idc == 100 || profile_idc == 110 || profile_idc == 122 in write()323 || profile_idc == 144) { in write()532 ", \n profile_idc=" + profile_idc + in toString()
579 READ_BITS_OR_RETURN(8, &sps->profile_idc); in ParseSPS()586 if (sps->profile_idc == 100 || sps->profile_idc == 110 || in ParseSPS()587 sps->profile_idc == 122 || sps->profile_idc == 244 || in ParseSPS()588 sps->profile_idc == 44 || sps->profile_idc == 83 || in ParseSPS()589 sps->profile_idc == 86 || sps->profile_idc == 118 || in ParseSPS()590 sps->profile_idc == 128) { in ParseSPS()
51 int profile_idc; member
362 int profile_idc; in ProcessSPS() local368 RCHECK(bit_reader.ReadBits(8, &profile_idc)); in ProcessSPS()490 DVLOG(1) << "Profile IDC: " << profile_idc; in ProcessSPS()
111 avcConfigurationBox.setAvcProfileIndication(seqParameterSet.profile_idc); in parse()