Searched refs:vanc (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videoanc.c | 32 GstVideoAncillary vanc; in GST_START_TEST() local 39 fail_unless_equals_int (gst_video_vbi_parser_get_ancillary (parser, &vanc), in GST_START_TEST() 61 fail_unless_equals_int (gst_video_vbi_parser_get_ancillary (parser, &vanc), in GST_START_TEST() 63 fail_unless_equals_int (GST_VIDEO_ANCILLARY_DID16 (&vanc), 0x2324); in GST_START_TEST() 64 fail_unless_equals_int (vanc.data_count, 8); in GST_START_TEST() 65 fail_unless_equals_int (vanc.data[0], 0x01); in GST_START_TEST() 66 fail_unless_equals_int (vanc.data[1], 0x02); in GST_START_TEST() 67 fail_unless_equals_int (vanc.data[2], 0x03); in GST_START_TEST() 68 fail_unless_equals_int (vanc.data[3], 0x04); in GST_START_TEST() 69 fail_unless_equals_int (vanc.data[4], 0x50); in GST_START_TEST() [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_dec.cpp | 977 IDeckLinkVideoFrameAncillary *vanc; in VideoInputFrameArrived() local 986 if (videoFrame->GetAncillaryData(&vanc) == S_OK) { in VideoInputFrameArrived() 988 BMDPixelFormat vanc_format = vanc->GetPixelFormat(); in VideoInputFrameArrived() 998 …if ((ctx->teletext_lines & line_mask) && vanc->GetBufferForVerticalBlankingLine(i, (void**)&buf) =… in VideoInputFrameArrived() 1013 if (vanc->GetBufferForVerticalBlankingLine(i, (void**)&buf) == S_OK) { in VideoInputFrameArrived() 1014 uint16_t vanc[MAX_WIDTH_VANC]; in VideoInputFrameArrived() local 1018 unpack_v210(vanc, buf, videoFrame->GetWidth()); in VideoInputFrameArrived() 1020 extract_luma_from_v210(vanc, buf, videoFrame->GetWidth()); in VideoInputFrameArrived() 1022 txt_buf = get_metadata(avctx, vanc, vanc_size, in VideoInputFrameArrived() 1029 vanc->Release(); in VideoInputFrameArrived()
|
D | decklink_enc.cpp | 381 IDeckLinkVideoFrameAncillary *vanc; in decklink_construct_vanc() local 382 int result = ctx->dlo->CreateAncillaryData(bmdFormat10BitYUV, &vanc); in decklink_construct_vanc() 403 result = vanc->GetBufferForVerticalBlankingLine(real_line, &buf); in decklink_construct_vanc() 418 result = frame->SetAncillaryData(vanc); in decklink_construct_vanc() 419 vanc->Release(); in decklink_construct_vanc()
|
/third_party/ffmpeg/ |
D | configure | 6377 enabled libklvanc && require libklvanc libklvanc/vanc.h klvanc_context_create -lklvanc
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 12373 video-anc: Fix ADF detection when trying to extract data from vanc
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 36302 This fixes vanc extraction with mode=auto
|