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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 55 computation of all POC types (0, 1 and 2), type is obtained from
56 sps. See standard for description of the POC types and how POC is
63 poc pointer to previous results
66 other params needed for POC computation
72 poc results stored here for computation of next POC
79 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
94 ASSERT(poc);
112 pSliceHeader->frameNum != poc->prevFrameNum &
    [all...]
h264bsd_pic_order_cnt.h 50 * POC computation of a picture. Two first fields for POC type 0, last two
64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
h264bsd_storage.h 117 pocStorage_t poc[1]; member in struct:__anon19561
h264bsd_decoder.c 478 picOrderCnt = h264bsdDecodePicOrderCnt(pStorage->poc,

Completed in 1035 milliseconds