HomeSort by relevance Sort by last modified time
    Searched full:frame_within_gop (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 75 int frame_within_gop; member in struct:SvcInternal
668 const int is_keyframe = (si->frame_within_gop == 0);
778 si->frame_within_gop == 0) {
804 svc_params.distance_from_i_frame = si->frame_within_gop;
813 si->frame_within_gop == 0;
871 if (si->frame_within_gop >= si->kf_dist ||
873 si->frame_within_gop = 0;
875 si->is_keyframe = (si->frame_within_gop == 0);
881 "frame_within_gop: %d\n", si->layers, si->encode_frame_count,
882 si->frame_within_gop);
    [all...]

Completed in 140 milliseconds