Home
last modified time | relevance | path

Searched refs:PACKETS_PER_BUFFER (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-14/samples/native-media/jni/
Dnative-media-jni.c71 #define PACKETS_PER_BUFFER 10 macro
74 #define BUFFER_SIZE (PACKETS_PER_BUFFER*MPEG2_TS_PACKET_SIZE)
299 if (packetsThisBuffer > PACKETS_PER_BUFFER) { in enqueueInitialBuffers()
300 packetsThisBuffer = PACKETS_PER_BUFFER; in enqueueInitialBuffers()