Home
last modified time | relevance | path

Searched defs:poc (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.h62 int32_t poc; // Picture Order Count member
DVideoDecoderAVC.cpp330 int32_t poc = getPOC(&(picParam->CurrPic)); in decodeSlice() local
609 int32_t poc = getPOC(&(picParam->CurrPic)); in removeReferenceFromDPB() local
DVideoDecoderBase.cpp506 int32_t poc = MAXIMUM_POC; in findOutputByPoc() local
/hardware/intel/img/psb_video/src/
Dtng_slotorder.c43 int poc; in displayingOrder2EncodingOrder() local
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c1446 int32_t poc; in h264_dpb_store_previous_picture_in_dpb() local
3018 void h264_dpb_get_smallest_poc(h264_DecodedPictureBuffer *p_dpb, int32_t *poc, int32_t *pos) in h264_dpb_get_smallest_poc()
3315 int32_t poc; in h264_dpb_output_one_frame_from_dpb() local
3608 int32_t pos = 0, poc = 0, existing = 1; in h264_dpb_assign_frame_store() local
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp289 uint32_t poc = 0; in ProcessorPreEmptyBuffer() local
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h321 int32_t poc; member