Searched refs:TS_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
29 #define TS_PAYLOAD_SIZE (TS_PACKET_SIZE * 7) // Fit Ethernet MTU (1500) macro159 uint8_t tsBuffer[TS_PAYLOAD_SIZE]; in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()169 (javaBufferSize < TS_PAYLOAD_SIZE) ? javaBufferSize : TS_PAYLOAD_SIZE; in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()
37 private static final int TS_PAYLOAD_SIZE = TS_PACKET_SIZE * TS_PACKET_COUNT_PER_PAYLOAD; field in FileTunerHal195 javaBufferSize = (javaBufferSize < TS_PAYLOAD_SIZE) ? javaBufferSize : TS_PAYLOAD_SIZE; in nativeWriteInBuffer()