Searched refs:timestamps (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp142 ptemp->input_timestamps[i].timestamps = -1;
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
276 if (element->timestamps > phead->input_timestamps[i].timestamps) {
279 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
287 header->nTimeStamp = element->timestamps;
305 else if (element->timestamps > phead->input_timestamps[i].timestamps)
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp142 ptemp->input_timestamps[i].timestamps = -1;
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
276 if (element->timestamps > phead->input_timestamps[i].timestamps) {
279 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
287 header->nTimeStamp = element->timestamps;
305 else if (element->timestamps > phead->input_timestamps[i].timestamps)
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dts_parser.cpp142 ptemp->input_timestamps[i].timestamps = -1;
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
276 if (element->timestamps > phead->input_timestamps[i].timestamps) {
279 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
287 header->nTimeStamp = element->timestamps;
305 else if (element->timestamps > phead->input_timestamps[i].timestamps)
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dts_parser.cpp122 ptemp->input_timestamps[i].timestamps = -1;
158 table_entry = &pcurrent->input_timestamps[i].timestamps;
189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
227 if (element->timestamps > phead->input_timestamps[i].timestamps){
230 } else if(element->timestamps == phead->input_timestamps[i].timestamps)
237 header->nTimeStamp = element->timestamps;
253 if (duplicate->timestamps > phead->input_timestamps[i].timestamps)
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h62 OMX_TICKS timestamps; member in struct:omx_time_stamp_reorder::timestamp
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 OMX_TICKS timestamps; member in struct:omx_time_stamp_reorder::timestamp
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member in struct:omx_time_stamp_reorder::timestamp
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h79 OMX_TICKS timestamps; member in struct:omx_time_stamp_reorder::timestamp
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp495 std::vector<int64_t> timestamps; local
497 timestamps.push_back(freezeFrame.timestamp);
499 outValue->value.int64Values = timestamps;

Completed in 497 milliseconds