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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 67 u32 frameCropLeftOffset;
h264bsd_seq_param_set.c 273 &pSeqParamSet->frameCropLeftOffset);
291 if ( ( (i32)pSeqParamSet->frameCropLeftOffset >
563 if (pSps1->frameCropLeftOffset != pSps2->frameCropLeftOffset ||
h264bsd_decoder.c 853 *leftOffset = 2 * pStorage->activeSps->frameCropLeftOffset;
855 2 * (pStorage->activeSps->frameCropLeftOffset +

Completed in 333 milliseconds