HomeSort by relevance Sort by last modified time
    Searched refs:maxBframes (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.cpp 46 uint32_t *syncInterval, uint32_t *iInterval, uint32_t *maxBframes) {
63 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) && maxBframes) {
64 *maxBframes = layer.count;
208 uint32_t maxBframes = 0;
209 ParseGop(gop.v, nullptr, nullptr, &maxBframes);
210 me.set().value = maxBframes;
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodec.cpp 866 int32_t maxBframes = 0;
869 && sdkParams->findInt32(KEY_MAX_B_FRAMES, &maxBframes)
870 && maxBframes > 0) {
876 uint32_t(maxBframes)
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 128 milliseconds