Home
last modified time | relevance | path

Searched refs:nTimeStamp (Results 1 – 2 of 2) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Core.h431 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample member
/third_party/ffmpeg/libavcodec/
Domx.c801 … buffer->nTimeStamp = to_omx_ticks(av_rescale_q(frame->pts, avctx->time_base, AV_TIME_BASE_Q)); in omx_encode_frame()
901 … pkt->pts = av_rescale_q(from_omx_ticks(buffer->nTimeStamp), AV_TIME_BASE_Q, avctx->time_base); in omx_encode_frame()