Searched refs:TS_PAYLOAD_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/jni/
H A Dtunertvinput_jni.cpp29 #define TS_PAYLOAD_SIZE (TS_PACKET_SIZE * 7) // Fit Ethernet MTU (1500) macro
120 uint8_t tsBuffer[TS_PAYLOAD_SIZE];
129 int readBufferSize = (javaBufferSize < TS_PAYLOAD_SIZE) ? javaBufferSize : TS_PAYLOAD_SIZE;

Completed in 67 milliseconds