Home
last modified time | relevance | path

Searched refs:uiInBsTimeStamp (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp43 unsigned long long uiInBsTimeStamp = pDstInfo->uiInBsTimeStamp; in DecodeFrame() local
45 pDstInfo->uiInBsTimeStamp = uiInBsTimeStamp; in DecodeFrame()
56 m_pDecContext->uiTimeStamp = pDstInfo->uiInBsTimeStamp; in DecodeFrame()
/third_party/openh264/codec/api/svc/
Dcodec_def.h199 unsigned long long uiInBsTimeStamp; ///< input BS timestamp member
Dcodec_app_def.h728 unsigned long long uiInBsTimeStamp; ///< input BS timestamp member
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp192 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in FlushFrames()
388 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in H264DecodeInstance()
425 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in H264DecodeInstance()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp782 unsigned long long uiInBsTimeStamp = pDstInfo->uiInBsTimeStamp; in DecodeFrame2WithCtx() local
786 pDstInfo->uiInBsTimeStamp = uiInBsTimeStamp; in DecodeFrame2WithCtx()
798 pDecContext->uiTimeStamp = pDstInfo->uiInBsTimeStamp; in DecodeFrame2WithCtx()
1261 pDecContext->uiTimeStamp = pDstInfo->uiInBsTimeStamp; in DecodeParser()
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c111 info.uiInBsTimeStamp = avpkt->pts; in svc_decode_frame()
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp178 bufInfo.uiInBsTimeStamp = ++uiTimeStamp; in DecodeFrame()
Ddecode_api_test.cpp175 dstBufInfo_.uiInBsTimeStamp = uiEncTimeStamp; in TEST_P()
178 dstBufInfo_.uiInBsTimeStamp = uiEncTimeStamp; in TEST_P()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp290 dst_buf_info.uiInBsTimeStamp = frame->system_frame_number; in gst_openh264dec_handle_frame()