Searched refs:wanted_lines (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 295 static uint8_t* teletext_data_unit_from_op47_data(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines) in teletext_data_unit_from_op47_data() argument 304 if (line && linemask_matches(line, wanted_lines)) in teletext_data_unit_from_op47_data() 312 static uint8_t* teletext_data_unit_from_ancillary_packet(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines, int allow_multipacket) in teletext_data_unit_from_ancillary_packet() argument 320 tgt = teletext_data_unit_from_op47_data(py, pend, tgt, wanted_lines); in teletext_data_unit_from_ancillary_packet() 324 tgt = teletext_data_unit_from_ancillary_packet(py, pend, tgt, wanted_lines, 0); in teletext_data_unit_from_ancillary_packet()
|
Completed in 3 milliseconds