Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dty.c79 TiVo_type tivo_type; /* TiVo type (SA / DTiVo) */ member
232 ty->tivo_type = TIVO_TYPE_DTIVO; in analyze_chunk()
240 /* if tivo_type still unknown, we can check PTS location in analyze_chunk()
241 * in MPEG packets to determine tivo_type */ in analyze_chunk()
242 if (ty->tivo_type == TIVO_TYPE_UNKNOWN) { in analyze_chunk()
259 ty->tivo_type = TIVO_TYPE_SA; in analyze_chunk()
264 ty->tivo_type = TIVO_TYPE_DTIVO; in analyze_chunk()
297 ty->tivo_type != TIVO_TYPE_UNKNOWN) in ty_read_header()
303 ty->tivo_type == TIVO_TYPE_UNKNOWN) in ty_read_header()

Completed in 2 milliseconds