Home
last modified time | relevance | path

Searched refs:h264 (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
DMakefile.am10 H264PATH=./../codecs/h264/parser
19 -I../codecs/h264/include \
Dvbp_utils.c122 SET_FUNC_POINTER(VBP_H264, h264); in vbp_utils_initialize_context()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_workload.c85 attrs->h264.used_for_reference = 0; in h264_translate_parser_info_to_frame_attributes()
86 attrs->h264.top_field_first = 0; in h264_translate_parser_info_to_frame_attributes()
87 attrs->h264.top_field_poc = 0; in h264_translate_parser_info_to_frame_attributes()
88 attrs->h264.bottom_field_poc = 0; in h264_translate_parser_info_to_frame_attributes()
89 attrs->h264.field_pic_flag = 0; in h264_translate_parser_info_to_frame_attributes()
188 attrs->h264.used_for_reference |= (pInfo->SliceHeader.nal_ref_idc == 0)? 0: 1; in h264_parse_update_frame_attributes()
191 attrs->h264.top_field_poc = pInfo->img.toppoc; in h264_parse_update_frame_attributes()
192 attrs->h264.bottom_field_poc = pInfo->img.bottompoc; in h264_parse_update_frame_attributes()
195 if(attrs->h264.top_field_poc <= attrs->h264.bottom_field_poc) { in h264_parse_update_frame_attributes()
196 attrs->h264.top_field_first = 1; in h264_parse_update_frame_attributes()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_frame_attr.h275 viddec_h264_frame_attributes_t h264; member
/hardware/intel/img/psb_video/src/
Dtng_enc_trace.c634 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bHierarchicalMode=%d\n",data->sInParams.mode.h264.bHierarch… in SETVIDEO_dump()
645 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui32RCScaleFactor=%d\n",data->sInParams.mode.h264.ui32RCSca… in SETVIDEO_dump()
646 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bScDetectDis;=%d\n", data->sInParams.mode.h264.bScDetectDis… in SETVIDEO_dump()
656 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32TransferRate=%d\n",data->sInParams.mode.h264.i32Transfer… in SETVIDEO_dump()
Dtng_trace.c847 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bHierarchicalMode=%d\n",data->sInParams.mode.h264.bHierarch… in tng_trace_setvideo()
858 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui32RCScaleFactor=%d\n",data->sInParams.mode.h264.ui32RCSca… in tng_trace_setvideo()
859 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t bScDetectDis;=%d\n", data->sInParams.mode.h264.bScDetectDis… in tng_trace_setvideo()
869 …drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t i32TransferRate=%d\n",data->sInParams.mode.h264.i32Transfer… in tng_trace_setvideo()
Dtng_hostdefs.h483 } h264; member
Dtng_hostcode.c1387 …psPicParams->sInParams.mode.h264.i32TransferRate = (psRCParams->ui32TransferBitsPerSecond + psRCPa… in tng__setup_rcdata()
1388 psPicParams->sInParams.mode.h264.bHierarchicalMode = psRCParams->b16Hierarchical; in tng__setup_rcdata()
1641 psPicParams->sInParams.mode.h264.ui32RCScaleFactor = (bitsPerGop * 256) / in tng__setup_rcdata()
1644 psPicParams->sInParams.mode.h264.ui32RCScaleFactor = 0; in tng__setup_rcdata()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5307 bool h264, ltr, hlayers; in venc_validate_profile_level() local
5309 h264 = m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264; in venc_validate_profile_level()
5327 if (h264 && (ltr || hlayers || hybridp)) { in venc_validate_profile_level()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp6349 bool h264, ltr, hlayers; in venc_validate_profile_level() local
6351 h264 = m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264; in venc_validate_profile_level()
6369 if (h264 && (ltr || hlayers || hybridp)) { in venc_validate_profile_level()