Searched refs:profile_idc (Results 1 – 6 of 6) 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()
704 READ_BITS_OR_RETURN(8, &sps->profile_idc); in ParseSPS()716 if (sps->profile_idc == 100 || sps->profile_idc == 110 || in ParseSPS()717 sps->profile_idc == 122 || sps->profile_idc == 244 || in ParseSPS()718 sps->profile_idc == 44 || sps->profile_idc == 83 || in ParseSPS()719 sps->profile_idc == 86 || sps->profile_idc == 118 || in ParseSPS()720 sps->profile_idc == 128) { in ParseSPS()
66 int profile_idc; member
315 DVLOG(1) << "Profile IDC: " << sps->profile_idc; in UpdateVideoDecoderConfig()
111 avcConfigurationBox.setAvcProfileIndication(seqParameterSet.profile_idc); in parse()
1422 switch (sps->profile_idc) { in UpdateMaxNumReorderFrames()