OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_fs
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c
31
frame_store *
active_fs
;
variable
99
//
active_fs
should be set-up prior to calling this function
112
//if(
active_fs
->is_reference)
113
if(
active_fs
->frame.used_for_reference)
115
if(viddec_h264_get_is_long_term(
active_fs
))
117
if(viddec_h264_get_dec_structure(
active_fs
) == FRAME)
118
h264_dpb_add_ltref_list(p_dpb,
active_fs
->fs_idc);
123
if(p_dpb->fs_ltref_idc[i] ==
active_fs
->fs_idc) found_in_list = 1;
126
if(found_in_list == 0) h264_dpb_add_ltref_list(p_dpb,
active_fs
->fs_idc);
131
if(viddec_h264_get_dec_structure(
active_fs
) == FRAME)
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h
101
extern frame_store *
active_fs
;
Completed in 49 milliseconds