Lines Matching defs:is_id3_timestamped
147 int is_id3_timestamped; /* -1: not yet known */
330 pls->is_id3_timestamped = -1;
1271 if (pls->is_id3_timestamped == -1)
1272 pls->is_id3_timestamped = (pls->id3_mpegts_timestamp != AV_NOPTS_VALUE);
1410 pls->is_id3_timestamped = 0;
1607 if (just_opened && v->is_id3_timestamped != 0) {
1833 if (pls->is_id3_timestamped) /* custom timestamps via id3 */
2093 if (seg && seg->key_type == KEY_SAMPLE_AES && pls->is_id3_timestamped &&
2155 if (pls->is_id3_timestamped == -1)
2164 if (pls->is_id3_timestamped || (pls->n_renditions > 0 && pls->renditions[0]->type == AVMEDIA_TYPE_AUDIO)) {
2266 if (pls->is_id3_timestamped)
2305 if (pls->is_id3_timestamped && pls->pkt->stream_index == 0) {