Searched refs:stream_id (Results 1 – 6 of 6) sorted by relevance
45 unsigned stream_id, unsigned stream_type);299 unsigned stream_id = br.getBits(8); in dequeuePES() local300 ALOGV("stream_id = 0x%02x", stream_id); in dequeuePES()304 if (stream_id == 0xbc) { in dequeuePES()370 } else if (stream_id != 0xbe // padding_stream in dequeuePES()371 && stream_id != 0xbf // private_stream_2 in dequeuePES()372 && stream_id != 0xf0 // ECM in dequeuePES()373 && stream_id != 0xf1 // EMM in dequeuePES()374 && stream_id != 0xff // program_stream_directory in dequeuePES()375 && stream_id != 0xf2 // DSMCC in dequeuePES()[all …]
1080 unsigned stream_id = br->getBits(8); in parsePES() local1081 ALOGV("stream_id = 0x%02x", stream_id); in parsePES()1086 if (stream_id != 0xbc // program_stream_map in parsePES()1087 && stream_id != 0xbe // padding_stream in parsePES()1088 && stream_id != 0xbf // private_stream_2 in parsePES()1089 && stream_id != 0xf0 // ECM in parsePES()1090 && stream_id != 0xf1 // EMM in parsePES()1091 && stream_id != 0xff // program_stream_directory in parsePES()1092 && stream_id != 0xf2 // DSMCC in parsePES()1093 && stream_id != 0xf8) { // H.222.1 type E in parsePES()[all …]
839 const unsigned stream_id = in writeAccessUnit() local852 CHECK_EQ(stream_id, 0xe0u); in writeAccessUnit()874 *ptr++ = stream_id; in writeAccessUnit()
84 204005 c2dm (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1)
164 mDevice->cancel_capture(mDevice, mDeviceId, mStream.stream_id, mSeq); in setSurfaceLocked()243 mDevice->request_capture(mDevice, mDeviceId, mStream.stream_id, in threadLoop()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...