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

  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 152 size_t decoderIndex = 0;
153 while (decoderIndex < kNbVideoMimeTypes) {
154 if (decoderId == VideoDecoderIds[decoderIndex]) {
155 *pNb = VideoDecoderNbProfLevel[decoderIndex];
158 decoderIndex++;
171 size_t decoderIndex = 0;
172 while (decoderIndex < kNbVideoMimeTypes) {
173 if (decoderId == VideoDecoderIds[decoderIndex]) {
176 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).mProfileLevels.size()))
183 pDescr->profileSetting = convertOpenMaxIlToAl(VideoDecoderCapabilities[decoderIndex]
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 480 UInt32 DecoderIndex;
501 HRESULT Decode(UInt32 decoderIndex);
526 encoder->Results[decoder->DecoderIndex] = encoder->Decode(decoder->DecoderIndex);
542 decoder.DecoderIndex = index;
622 HRESULT CEncoderInfo::Decode(UInt32 decoderIndex)
626 CMyComPtr<ICompressCoder> &decoder = decoders[decoderIndex];
636 CBenchProgressInfo *pi = progressInfoSpec[decoderIndex];
647 RINOK(decoder->Code(inStream, crcOutStream, 0, &outSize, progressInfo[decoderIndex]));

Completed in 529 milliseconds