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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 65 u32 picHeightInMbs;
h264bsd_seq_param_set.c 248 pSeqParamSet->picHeightInMbs = value + 1;
295 ( 8 * (i32)pSeqParamSet->picHeightInMbs -
304 tmp = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs;
530 pSps1->picHeightInMbs == pSps2->picHeightInMbs &&
h264bsd_storage.c 339 else if (pStorage->activeSps->picHeightInMbs >
348 pStorage->activeSps->picHeightInMbs;
352 pStorage->currImage->height = pStorage->activeSps->picHeightInMbs;
391 pStorage->activeSps->picHeightInMbs,
413 pStorage->activeSps->picHeightInMbs;
417 pStorage->activeSps->picHeightInMbs;
604 pStorage->activeSps->picHeightInMbs);
818 picSize = sps->picWidthInMbs * sps->picHeightInMbs;
h264bsd_decoder.c 375 (oldSPS->picHeightInMbs != newSPS->picHeightInMbs) ||
686 return(pStorage->activeSps->picHeightInMbs);
858 *height = 16 * pStorage->activeSps->picHeightInMbs -
h264bsd_sei.c 292 pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs);
    [all...]
h264bsd_slice_header.c 120 picSizeInMbs = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs;
    [all...]

Completed in 95 milliseconds