Home
last modified time | relevance | path

Searched refs:uiOutYuvTimeStamp (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp313 gst_video_decoder_get_frame (decoder, dst_buf_info.uiOutYuvTimeStamp); in gst_openh264dec_handle_frame()
317 (guint64) dst_buf_info.uiOutYuvTimeStamp); in gst_openh264dec_handle_frame()
334 (guint64) dst_buf_info.uiOutYuvTimeStamp); in gst_openh264dec_handle_frame()
338 frame = gst_video_decoder_get_frame (decoder, dst_buf_info.uiOutYuvTimeStamp); in gst_openh264dec_handle_frame()
343 (guint64) dst_buf_info.uiOutYuvTimeStamp); in gst_openh264dec_handle_frame()
/third_party/openh264/codec/api/svc/
Dcodec_def.h200 unsigned long long uiOutYuvTimeStamp; ///< output YUV timestamp, when bufferstatus is 1 member
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c145 avframe->pts = info.uiOutYuvTimeStamp; in svc_decode_frame()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp55 pDstInfo->uiOutYuvTimeStamp = 0; in DecodeFrame()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp797 pDstInfo->uiOutYuvTimeStamp = 0; in DecodeFrame2WithCtx()
/third_party/openh264/test/api/
Ddecode_api_test.cpp181 EXPECT_EQ (uiEncTimeStamp, dstBufInfo_.uiOutYuvTimeStamp); in TEST_P()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp209 pDstInfo->uiOutYuvTimeStamp = pPic->uiTimeStamp; in DecodeFrameConstruction()