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

  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 656 RTPFragmentationHeader frag_info; local
659 frag_info.VerifyAndAllocateFragmentationHeader(1);
666 frag_info.fragmentationOffset[part_idx] = encoded_image_._length;
667 frag_info.fragmentationLength[part_idx] =
669 frag_info.fragmentationPlType[part_idx] = 0;
670 frag_info.fragmentationTimeDiff[part_idx] = 0;
696 &frag_info);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 964 RTPFragmentationHeader frag_info; local
    [all...]

Completed in 1520 milliseconds