Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
Dsecvideoparser.h98 uint8_t bottom_field_flag:1; member
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
Dsecvideoparser.h98 uint8_t bottom_field_flag:1; member
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c914 uint32_t bottom_field_flag; in psb__H264_build_B_slice_chunk() local
916bottom_field_flag = (slice_param->RefPicList1[0].flags & VA_PICTURE_H264_BOTTOM_FIELD) ? 1 : 0; in psb__H264_build_B_slice_chunk()
935 bottom_field_flag = (i32TopAbsDiffPoc < i32BotAbsDiffPoc) ? 0 : 1; in psb__H264_build_B_slice_chunk()
939 …IELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_BOTTOM_FIELD_FLAG, bottom_field_flag); in psb__H264_build_B_slice_chunk()
/hardware/intel/img/psb_video/src/
Dpnw_H264.c1059 uint32_t bottom_field_flag; in psb__H264_build_B_slice_chunk() local
1061bottom_field_flag = (slice_param->RefPicList1[0].flags & VA_PICTURE_H264_BOTTOM_FIELD) ? 1 : 0; in psb__H264_build_B_slice_chunk()
1080 bottom_field_flag = (i32TopAbsDiffPoc < i32BotAbsDiffPoc) ? 0 : 1; in psb__H264_build_B_slice_chunk()
1084 …IELD(reg_value, MSVDX_VEC_H264, CR_VEC_H264_BE_COL_PIC0, COL_BOTTOM_FIELD_FLAG, bottom_field_flag); in psb__H264_build_B_slice_chunk()
/hardware/intel/common/libva/va/
Dva.h2531 unsigned bottom_field_flag : 1; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Video.h2156 OMX_U8 bottom_field_flag; member