Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.h62 int32_t poc; // Picture Order Count member
DVideoDecoderAVC.cpp316 int32_t poc = getPOC(&(picParam->CurrPic)); in decodeSlice() local
595 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_video/src/
Dmixvideoformat_h264.c990 guint poc = mix_videofmt_h264_get_poc(&(pRefList[j])); in mix_videofmt_h264_hack_dpb() local
1189 guint poc = 0; in mix_videofmt_h264_process_decode_picture() local
1458 guint poc = 0; in mix_videofmt_h264_handle_ref_frames() 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