Lines Matching refs:sbr_mode
289 ptr_frame_data[k]->sbr_mode = self->sbr_mode; in ixheaacd_applysbr()
296 ptr_frame_data[k]->sbr_mode = ORIG_SBR; in ixheaacd_applysbr()
422 ptr_frame_data[k]->sbr_mode = ORIG_SBR; in ixheaacd_applysbr()
424 ptr_frame_data[k]->sbr_mode = PVC_SBR; in ixheaacd_applysbr()
462 ptr_frame_data[k]->sbr_mode = ORIG_SBR; in ixheaacd_applysbr()
464 ptr_frame_data[k]->sbr_mode = PVC_SBR; in ixheaacd_applysbr()
520 if (ptr_frame_data[k]->sbr_mode == ORIG_SBR) { in ixheaacd_applysbr()
524 } else if (ptr_frame_data[k]->sbr_mode == PVC_SBR) { in ixheaacd_applysbr()
564 if (ptr_frame_data[0]->sbr_mode == PVC_SBR) { in ixheaacd_applysbr()
569 } else if (ptr_frame_data[0]->sbr_mode == ORIG_SBR) { in ixheaacd_applysbr()
735 self->sbr_mode = ptr_frame_data[0]->sbr_mode; in ixheaacd_applysbr()