Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c964 int time_code_pictures, time_code_seconds, time_code_minutes, time_code_hours; in mpeg2enc_time_code() local
970 time_code_pictures = num_frames % fps; in mpeg2enc_time_code()
971 time_code |= time_code_pictures; in mpeg2enc_time_code()
Dmpeg2vaenc.c964 int time_code_pictures, time_code_seconds, time_code_minutes, time_code_hours; in mpeg2enc_time_code() local
970 time_code_pictures = num_frames % fps; in mpeg2enc_time_code()
971 time_code |= time_code_pictures; in mpeg2enc_time_code()