Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:kKeyBitRate

501         CHECK(meta->findInt32(kKeyBitRate, &bitRate));
784 success = success && meta->findInt32(kKeyBitRate, &bitRate);
1002 bool success = meta->findInt32(kKeyBitRate, &bitRate);
1049 bool success = meta->findInt32(kKeyBitRate, &bitRate);
1101 bool success = meta->findInt32(kKeyBitRate, &bitRate);
4404 inputFormat->findInt32(kKeyBitRate, &bitRate);
4407 mOutputFormat->setInt32(kKeyBitRate, bitRate);