HomeSort by relevance Sort by last modified time
    Searched refs:found_fm_st_in_current_au (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c 23 found_fm_st_in_current_au:Indicates we saw the first slice in current access unit. Its mainly used to decide whether the first buffer
181 first_slice = cxt->frame_start_found && cxt->found_fm_st_in_current_au;
182 cxt->found_fm_st_in_current_au = false;
220 first_slice = cxt->frame_start_found && cxt->found_fm_st_in_current_au;
221 cxt->found_fm_st_in_current_au = false;
254 not_first_slice = cxt->frame_start_found && !cxt->found_fm_st_in_current_au;
255 cxt->found_fm_st_in_current_au = false;
viddec_pm.c 111 cxt->found_fm_st_in_current_au = false;
483 cxt->found_fm_st_in_current_au = true;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 68 uint8_t found_fm_st_in_current_au; member in struct:__anon23746

Completed in 46 milliseconds