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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.h 55 i32 prevPicOrderCntMsb;
h264bsd_pic_order_cnt.c 159 poc->prevPicOrderCntMsb = 0;
168 picOrderCnt = poc->prevPicOrderCntMsb +
175 picOrderCnt = poc->prevPicOrderCntMsb -
179 picOrderCnt = poc->prevPicOrderCntMsb;
181 /* standard specifies that prevPicOrderCntMsb is from previous
185 poc->prevPicOrderCntMsb = picOrderCnt;
204 poc->prevPicOrderCntMsb = 0;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
header.cpp 677 video->prevPicOrderCntMsb = 0;
682 video->PicOrderCntMsb = video->prevPicOrderCntMsb + video->MaxPicOrderCntLsb;
685 video->PicOrderCntMsb = video->prevPicOrderCntMsb - video->MaxPicOrderCntLsb;
687 video->PicOrderCntMsb = video->prevPicOrderCntMsb;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 743 int prevPicOrderCntMsb;
    [all...]

Completed in 47 milliseconds