/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse.c | 678 …pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type = (0x1 << FRAME_TYPE_STRUCTRUE_OFFSET)|(FRAME_TYPE_I… in h264_update_frame_type() 689 …pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type = (0x1 << FRAME_TYPE_STRUCTRUE_OFFSET)|(FRAME_TYPE_B… in h264_update_frame_type() 693 …if( ((pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type) & (0x7 << FRAME_TYPE_FRAME_OFFSET))>>FRAME_TY… in h264_update_frame_type() 694 …pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type = (0x1 << FRAME_TYPE_STRUCTRUE_OFFSET)|(FRAME_TYPE_P… in h264_update_frame_type() 698 …if( ((pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type) & (0x7 << FRAME_TYPE_FRAME_OFFSET))>>FRAME_TY… in h264_update_frame_type() 700 …pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type = (0x1 << FRAME_TYPE_STRUCTRUE_OFFSET)|(FRAME_TYPE_I… in h264_update_frame_type() 718 ….fs[pInfo->dpb.fs_dec_idc].pic_type = (FRAME_TYPE_IDR << FRAME_TYPE_TOP_OFFSET)|(pInfo->dpb.fs[pIn… in h264_update_frame_type() 725 …b.fs[pInfo->dpb.fs_dec_idc].pic_type = (FRAME_TYPE_B << FRAME_TYPE_TOP_OFFSET)|(pInfo->dpb.fs[pInf… in h264_update_frame_type() 729 …if( ((pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type) & (0x7 << FRAME_TYPE_TOP_OFFSET))>>FRAME_TYPE… in h264_update_frame_type() 730 …b.fs[pInfo->dpb.fs_dec_idc].pic_type = (FRAME_TYPE_P << FRAME_TYPE_TOP_OFFSET)|(pInfo->dpb.fs[pInf… in h264_update_frame_type() [all …]
|
D | viddec_h264_workload.c | 148 if((pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type)&(0x1 << FRAME_TYPE_STRUCTRUE_OFFSET)) in h264_parse_update_frame_attributes() 150 …frame_type = ( (pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type)&((0x7 << FRAME_TYPE_FRAME_OFFSET)) … in h264_parse_update_frame_attributes() 164 …frame_type = ( (pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type)&((0x7 << FRAME_TYPE_TOP_OFFSET)) )>… in h264_parse_update_frame_attributes() 175 …frame_type = ( (pInfo->dpb.fs[pInfo->dpb.fs_dec_idc].pic_type)&((0x7 << FRAME_TYPE_BOTTOM_OFFSET))… in h264_parse_update_frame_attributes()
|
D | h264parse_dpb.c | 3643 …active_fs->pic_type = ((FRAME_TYPE_INVALID<<FRAME_TYPE_TOP_OFFSET)|(FRAME_TYPE_INVALID<<FRAME_TYPE… in h264_dpb_assign_frame_store() 3782 if (active_fs->pic_type == FRAME_TYPE_IDR || in h264_dpb_init_frame_store() 3783 active_fs->pic_type == FRAME_TYPE_I) { in h264_dpb_init_frame_store()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_H264.c | 146 PICTYPE pic_type; member 691 ctx->pic_type = PICT_BOTTOM; in psb__H264_process_picture_param() 694 ctx->pic_type = PICT_TOP; in psb__H264_process_picture_param() 698 ctx->pic_type = PICT_FRAME; in psb__H264_process_picture_param() 753 … MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_NOTFRAMEFLAG, (PICT_FRAME != ctx->pic_type) ? 1 : 0); in psb__H264_process_picture_param()
|
/hardware/intel/img/psb_video/src/ |
D | pnw_H264.c | 161 PICTYPE pic_type; member 631 ctx->pic_type = PICT_BOTTOM; in psb__H264_process_picture_param() 634 ctx->pic_type = PICT_TOP; in psb__H264_process_picture_param() 638 ctx->pic_type = PICT_FRAME; in psb__H264_process_picture_param() 769 … MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_NOTFRAMEFLAG, (PICT_FRAME != ctx->pic_type) ? 1 : 0); in psb__H264_process_picture_param()
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 553 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 551 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 553 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_vidc_dec.h | 559 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_dec.h | 517 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_vidc_dec.h | 512 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_dec.h | 517 enum vdec_picture pic_type; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_vidc_dec.h | 525 enum vdec_picture pic_type; member
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264.h | 353 uint8_t pic_type; //bit7 structure: 1 frame , 0 field; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 6649 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6654 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR) in async_message_process() 6660 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_I) in async_message_process() 6690 output_respbuf->pic_type = vdec_msg->msgdata.output_frame.pic_type; in async_message_process() 8150 ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, in handle_extradata_secure() 8342 ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, in handle_extradata()
|
D | omx_vdec_hevc.cpp | 6168 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6207 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process() 6210 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process() 6213 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process() 7686 …_conceal_MB, ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, frame_rate, in handle_extradata()
|
D | omx_vdec_msm8974.cpp | 7545 vdec_msg->msgdata.output_frame.pic_type, v4l2_buf_ptr->flags, in async_message_process() 7665 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process() 7668 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process() 7671 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process() 9377 …_conceal_MB, ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, frame_rate, in handle_extradata()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 6865 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6871 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_IDR) in async_message_process() 6879 if (vdec_msg->msgdata.output_frame.pic_type == PICTURE_TYPE_I) in async_message_process() 6931 output_respbuf->pic_type = vdec_msg->msgdata.output_frame.pic_type; in async_message_process() 8411 ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, in handle_extradata()
|
D | omx_vdec_copper.cpp | 6422 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 7884 ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, in handle_extradata()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 6132 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6171 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process() 6174 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process() 6177 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process() 7650 …_conceal_MB, ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, frame_rate, in handle_extradata()
|
D | omx_vdec_hevc_swvdec.cpp | 7578 vdec_msg->msgdata.output_frame.pic_type, vdec_msg->msgdata.output_frame.len); in async_message_process() 7713 output_respbuf->pic_type = PICTURE_TYPE_I; in async_message_process() 7716 output_respbuf->pic_type = PICTURE_TYPE_P; in async_message_process() 7719 output_respbuf->pic_type = PICTURE_TYPE_B; in async_message_process() 8946 …_conceal_MB, ((struct vdec_output_frameinfo *)p_buf_hdr->pOutputPortPrivate)->pic_type, frame_rate, in handle_extradata()
|