Searched refs:codecConfigInfo (Results 1 – 4 of 4) sorted by relevance
69 public byte[] codecConfigInfo; field in BaseData.BaseInformation91 codecConfigInfo = new byte[0]; in BaseInformation()128 log("codecConfigInfo: " + Arrays.toString(codecConfigInfo)); in print()266 node.codecConfigInfo = new byte[node.codecConfigLength]; in parseLevelTwo()267 System.arraycopy(serviceData, offset, node.codecConfigInfo, 0, node.codecConfigLength); in parseLevelTwo()286 node.codecConfigInfo = new byte[node.codecConfigLength]; in parseLevelThree()287 System.arraycopy(serviceData, offset, node.codecConfigInfo, 0, node.codecConfigLength); in parseLevelThree()376 String s = new String(levelThree.get(i).codecConfigInfo); in consolidateBaseofLevelThree()
612 baseLevel3.codecConfigInfo)); in getBroadcastMetadataFromBaseData()631 baseLevel2.codecConfigInfo)); in getBroadcastMetadataFromBaseData()
2014 baseLevel3.codecConfigInfo)); in getBroadcastMetadataFromBaseData()2033 baseLevel2.codecConfigInfo)); in getBroadcastMetadataFromBaseData()
61 info.codecConfigInfo = new byte[] {(byte) 0x01, (byte) 0x05}; in baseInformation()