HomeSort by relevance Sort by last modified time
    Searched refs:time_code_pictures (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
970 time_code_pictures = num_frames % fps;
971 time_code |= time_code_pictures;
    [all...]
mpeg2vaenc.c 964 int time_code_pictures, time_code_seconds, time_code_minutes, time_code_hours; local
970 time_code_pictures = num_frames % fps;
971 time_code |= time_code_pictures;
    [all...]

Completed in 66 milliseconds