Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/default/
DDvr.h51 const int IPTV_BUFFER_SIZE = TS_SIZE * 7 * 8; // defined in service_streamer_udp in cbs v3 project variable
56 const int IPTV_PLAYBACK_STATUS_THRESHOLD_HIGH = IPTV_BUFFER_SIZE * HIGH_THRESHOLD_PERCENT;
57 const int IPTV_PLAYBACK_STATUS_THRESHOLD_LOW = IPTV_BUFFER_SIZE * LOW_THRESHOLD_PERCENT;
DDemux.cpp147 bytes_read = interface->read_stream(streamer, (void*)offsetBuf, IPTV_BUFFER_SIZE - 1, in frontendIptvInputThreadLoop()
152 interface->read_stream(streamer, buf, IPTV_BUFFER_SIZE, IPTV_PLAYBACK_TIMEOUT); in frontendIptvInputThreadLoop()
214 openDvr(DvrType::PLAYBACK, IPTV_BUFFER_SIZE, dvrPlaybackCallback, &iptvDvr); in setFrontendDataSource()
251 void* buf = malloc(sizeof(char) * IPTV_BUFFER_SIZE); in setFrontendDataSource()