Home | History | Annotate | Download | only in video

Lines Matching refs:specifics

1794       CodecSpecificInfo specifics;
1795 memset(&specifics, 0, sizeof(specifics));
1796 specifics.codecType = kVideoCodecGeneric;
1804 specifics.codecSpecific.generic.simulcast_idx = static_cast<uint8_t>(i);
1809 if (callback_->Encoded(encoded, &specifics, nullptr) != 0)