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_storage.c 331 pStorage->activeSps->picHeightInMbs;
334 pStorage->currImage->height = pStorage->activeSps->picHeightInMbs;
373 pStorage->activeSps->picHeightInMbs,
395 pStorage->activeSps->picHeightInMbs;
399 pStorage->activeSps->picHeightInMbs;
586 pStorage->activeSps->picHeightInMbs);
800 picSize = sps->picWidthInMbs * sps->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_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 118 picSizeInMbs = pSeqParamSet->picWidthInMbs * pSeqParamSet->picHeightInMbs;
    [all...]

Completed in 74 milliseconds