Searched refs:tsBuffer (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/jni/ |
D | tunertvinput_jni.cpp | 159 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()
|
D | DvbManager.cpp | 478 uint8_t *tsBuffer, int tsBufferSize, int timeout_ms) { in readTsStream() argument 502 return read(mDvrFd, tsBuffer, tsBufferSize); in readTsStream()
|
D | DvbManager.h | 86 uint8_t *tsBuffer, int tsBufferSize, int timeout_ms);
|