OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ltref_frames_in_buffer
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c
89
p_dpb->fs_ltref_idc[p_dpb->
ltref_frames_in_buffer
] = ref_idc;
90
p_dpb->
ltref_frames_in_buffer
++;
122
for (i = 0; (i < p_dpb->
ltref_frames_in_buffer
) && (found_in_list == 0); i++) {
385
while ((idx < p_dpb->
ltref_frames_in_buffer
) && (!(Found)))
394
while(idx <(uint8_t)(p_dpb->
ltref_frames_in_buffer
- 1))
401
p_dpb->
ltref_frames_in_buffer
--;
484
for (idx = 0; idx < p_dpb->
ltref_frames_in_buffer
; idx++)
567
for (idx = 0; idx < p_dpb->
ltref_frames_in_buffer
; idx++)
713
for (idx = 0; idx < p_dpb->
ltref_frames_in_buffer
; idx++)
817
for (idx = 0; idx < p_dpb->
ltref_frames_in_buffer
; idx++
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
435
uint8_t
ltref_frames_in_buffer
;
member in struct:_h264_decoded_picture_buffer
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c
491
for (buffer_idx = 0; buffer_idx < dpb->
ltref_frames_in_buffer
; buffer_idx++)
[
all
...]
Completed in 966 milliseconds