Home
last modified time | relevance | path

Searched refs:avcc (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/module/
Dgmp-openh264.cpp678 const uint8_t* avcc = aCodecSpecific + offsetof(GMPVideoCodecH264, mAVCC.mNumSPS); in InitDecode() local
681 uint8_t spsCount = *avcc++ & kSPSMask; in InitDecode()
683 size_t size = readU16BE(avcc); in InitDecode()
684 avcc += 2; in InitDecode()
685 copyWithStartCode(annexb, avcc, size); in InitDecode()
686 avcc += size; in InitDecode()
689 uint8_t ppsCount = *avcc++; in InitDecode()
691 size_t size = readU16BE(avcc); in InitDecode()
692 avcc += 2; in InitDecode()
693 copyWithStartCode(annexb, avcc, size); in InitDecode()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c938 CFDataRef avcc; in gst_vtenc_negotiate_downstream() local
948 avcc = CFDictionaryGetValue (atoms, avccKey); in gst_vtenc_negotiate_downstream()
950 codec_data_size = CFDataGetLength (avcc); in gst_vtenc_negotiate_downstream()
952 CFDataGetBytes (avcc, CFRangeMake (0, codec_data_size), codec_data); in gst_vtenc_negotiate_downstream()
/third_party/gstreamer/gstplugins_bad/
DChangeLog135559 Need to construct an avcc atom from the codecdata read from MSS