Home
last modified time | relevance | path

Searched refs:frame_structure (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoframe.c44 self->frame_structure = VA_FRAME_PICTURE; in mix_videoframe_init()
201 this_target->frame_structure = this_src->frame_structure; in mix_videoframe_copy()
237 && this_first->frame_structure == this_second->frame_structure) { in mix_videoframe_equal()
316 guint32 frame_structure) { in mix_videoframe_set_frame_structure() argument
318 obj->frame_structure = frame_structure; in mix_videoframe_set_frame_structure()
323 guint32* frame_structure) { in mix_videoframe_get_frame_structure() argument
324 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, frame_structure); in mix_videoframe_get_frame_structure()
325 *frame_structure = obj->frame_structure; in mix_videoframe_get_frame_structure()
Dmixvideoframe.h75 guint32 frame_structure; // 0: frame, 1: top field, 2: bottom field member
141 MIX_RESULT mix_videoframe_set_frame_structure(MixVideoFrame * obj, guint32 frame_structure);
142 MIX_RESULT mix_videoframe_get_frame_structure(MixVideoFrame * obj, guint32* frame_structure);
Dmixvideoformat_h264.c1354 guint32 frame_structure = VA_FRAME_PICTURE; in mix_videofmt_h264_process_decode_picture() local
1357 frame_structure = VA_TOP_FIELD; in mix_videofmt_h264_process_decode_picture()
1361 frame_structure = VA_BOTTOM_FIELD; in mix_videofmt_h264_process_decode_picture()
1363 mix_videoframe_set_frame_structure(frame, frame_structure); in mix_videofmt_h264_process_decode_picture()
Dmixvideo.c1201 guint32 frame_structure = 0; in mix_video_render_default() local
1202 mix_videoframe_get_frame_structure(frame, &frame_structure); in mix_video_render_default()
1208 va_cliprects, number_of_cliprects, frame_structure); in mix_video_render_default()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dviddec_h264_workload.c510 uint32_t frame_structure =0; in h264_fill_pic_data() local
521 frame_structure = pInfo->img.structure; in h264_fill_pic_data()
522 if(frame_structure == FRAME) in h264_fill_pic_data()
523 frame_structure=0; in h264_fill_pic_data()
528 data = PUT_BSD_IMAGE_STRUCTURE_BITS(frame_structure) + in h264_fill_pic_data()