Home
last modified time | relevance | path

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

/packages/apps/TV/jni/
Dtunertvinput_jni.cpp159 uint8_t tsBuffer[TS_PAYLOAD_SIZE]; in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer() local
171 int dataSize = dvbManager->readTsStream(env, thiz, tsBuffer, readBufferSize, in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()
182 env->SetByteArrayRegion(javaBuffer, 0, dataSize, (jbyte *)tsBuffer); in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()
DDvbManager.cpp478 uint8_t *tsBuffer, int tsBufferSize, int timeout_ms) { in readTsStream() argument
502 return read(mDvrFd, tsBuffer, tsBufferSize); in readTsStream()
DDvbManager.h86 uint8_t *tsBuffer, int tsBufferSize, int timeout_ms);