Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.c991 gpointer video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); in mix_videofmt_h264_hack_dpb() local
993 ((MixVideoFrame *)video_frame)->frame_id; in mix_videofmt_h264_hack_dpb()
1179 gpointer video_frame; in mix_videofmt_h264_process_decode_picture() local
1195 video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); in mix_videofmt_h264_process_decode_picture()
1196 if (video_frame == NULL) in mix_videofmt_h264_process_decode_picture()
1205 ((MixVideoFrame *)video_frame)->frame_id; in mix_videofmt_h264_process_decode_picture()
1218 video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); in mix_videofmt_h264_process_decode_picture()
1219 if (video_frame == NULL) in mix_videofmt_h264_process_decode_picture()
1228 ((MixVideoFrame *)video_frame)->frame_id; in mix_videofmt_h264_process_decode_picture()