Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.c37 self->dpb_surface_table = NULL; in mix_videoformat_h264_init()
97 g_hash_table_remove_all(self->dpb_surface_table); in mix_videoformat_h264_finalize()
99 g_hash_table_unref(self->dpb_surface_table); in mix_videoformat_h264_finalize()
100 self->dpb_surface_table = NULL; in mix_videoformat_h264_finalize()
528 …self->dpb_surface_table = g_hash_table_new_full(NULL, NULL, mix_videofmt_h264_destroy_DPB_key, mix… in mix_videofmt_h264_initialize()
530 if (self->dpb_surface_table == NULL) in mix_videofmt_h264_initialize()
827 g_hash_table_remove_all(self->dpb_surface_table); in mix_videofmt_h264_flush()
991 gpointer video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); in mix_videofmt_h264_hack_dpb()
1195 video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc); 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()
[all …]
Dmixvideoformat_h264.h37 GHashTable *dpb_surface_table; member