Home
last modified time | relevance | path

Searched refs:mix_videoframe_set_frame_structure (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoframe.h141 MIX_RESULT mix_videoframe_set_frame_structure(MixVideoFrame * obj, guint32 frame_structure);
Dmixvideoframe.c315 MIX_RESULT mix_videoframe_set_frame_structure(MixVideoFrame * obj, in mix_videoframe_set_frame_structure() function
Dmixvideoformat_vc1.c1412 mix_videoframe_set_frame_structure(frame, VA_TOP_FIELD); in mix_videofmt_vc1_process_decode()
1414 mix_videoframe_set_frame_structure(frame, VA_BOTTOM_FIELD); in mix_videofmt_vc1_process_decode()
1418 mix_videoframe_set_frame_structure(frame, VA_FRAME_PICTURE); in mix_videofmt_vc1_process_decode()
Dmixvideoformat_h264.c1363 mix_videoframe_set_frame_structure(frame, frame_structure); in mix_videofmt_h264_process_decode_picture()
1369 mix_videoframe_set_frame_structure(frame, VA_BOTTOM_FIELD | VA_TOP_FIELD); in mix_videofmt_h264_process_decode_picture()