Searched refs:video_frame (Results 1 – 1 of 1) sorted by relevance
991 gpointer video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); in mix_videofmt_h264_hack_dpb() local993 ((MixVideoFrame *)video_frame)->frame_id; in mix_videofmt_h264_hack_dpb()1179 gpointer video_frame; in mix_videofmt_h264_process_decode_picture() local1195 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()