HomeSort by relevance Sort by last modified time
    Searched refs:time_code_hours (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 964 int time_code_pictures, time_code_seconds, time_code_minutes, time_code_hours; local
977 time_code_hours = time_code_minutes / 60;
983 time_code_hours = time_code_hours % 24;
984 time_code |= (time_code_hours << 19);
    [all...]
mpeg2vaenc.c 964 int time_code_pictures, time_code_seconds, time_code_minutes, time_code_hours; local
977 time_code_hours = time_code_minutes / 60;
983 time_code_hours = time_code_hours % 24;
984 time_code |= (time_code_hours << 19);
    [all...]

Completed in 172 milliseconds