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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264.cc 49 uint8_t nal_type = payload_data[0] & kTypeMask; local
50 if (nal_type == kStapA) {
51 nal_type = payload_data[3] & kTypeMask;
55 switch (nal_type) {
300 uint8_t nal_type = payload_data[0] & kTypeMask; local
302 if (nal_type == kFuA) {
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 43 void updateRateControl(AVCRateControl *rateControl, int nal_type);
799 int nal_type = video->nal_unit_type; local
834 updateRateControl(rateCtrl, nal_type);
857 void updateRateControl(AVCRateControl *rateCtrl, int nal_type)
873 if ((rateCtrl->VBV_fullness > rateCtrl->Bs / 2) && nal_type != AVC_NALTYPE_IDR) /* skip the current frame */ /* rateCtrl->Bs */
    [all...]

Completed in 222 milliseconds