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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 8 /// SPS extension unit (unit_type = 13)
49 h264_Status h264_Parse_HRD_Parameters(void *parent, h264_Info* pInfo, int nal_hrd,seq_param_set_used_ptr SPS, vui_seq_parameters_t_not_used_ptr pVUI_Seq_Not_Used)
51 //seq_param_set_ptr SPS = pInfo->p_active_SPS;
58 SPS->sps_disp.vui_seq_parameters.nal_hrd_cpb_cnt_minus1 = h264_GetVLCElement(parent, pInfo, false);
60 if(SPS->sps_disp.vui_seq_parameters.nal_hrd_cpb_cnt_minus1 >= MAX_CPB_CNT)
69 for(i=0; i<=SPS->sps_disp.vui_seq_parameters.nal_hrd_cpb_cnt_minus1; i++)
81 SPS->sps_disp.vui_seq_parameters.nal_hrd_initial_cpb_removal_delay_length_minus1 = (uint8_t)((code>>15)&0x1f);
82 SPS->sps_disp.vui_seq_parameters.nal_hrd_cpb_removal_delay_length_minus1 = (uint8_t)((code>>10)&0x1f);;
83 SPS->sps_disp.vui_seq_parameters.nal_hrd_dpb_output_delay_length_minus1 = (uint8_t)((code>>5)&0x1f);;
84 SPS->sps_disp.vui_seq_parameters.nal_hrd_time_offset_length = (uint8_t)(code&0x1f);
    [all...]
h264parse_mem.c 50 //h264_Parse_Copy_Sps_To_DDR () copy local sps to ddr mem
84 //h264_Parse_Copy_Sps_To_DDR () copy local sps to ddr mem with nSPSId
85 void h264_Parse_Copy_Sps_To_DDR(h264_Info* pInfo, seq_param_set_used_ptr SPS, uint32_t nSPSId)
92 cp_using_dma(sps_entry_ptr, (uint32_t)SPS, copy_size, 1, 0);
95 //OS_INFO("SPS->seq_parameter_set_id = %d\n", SPS->seq_parameter_set_id);
104 // h264_Parse_Copy_Sps_From_DDR copy a sps with nSPSId from ddr mem to local SPS
105 void h264_Parse_Copy_Sps_From_DDR(h264_Info* pInfo, seq_param_set_used_ptr SPS, uint32_t nSPSId)
112 cp_using_dma(sps_entry_ptr, (uint32_t)SPS, copy_size, 0, 0);
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse.h 99 ////// SPS
100 extern h264_Status h264_Parse_SeqParameterSet(void *parent, h264_Info * pInfo,seq_param_set_used_ptr SPS, vui_seq_parameters_t_not_used_ptr pVUI_Seq_Not_Used, int32_t* pOffset_ref_frame);
128 extern void h264_Parse_Copy_Sps_To_DDR(h264_Info* pInfo, seq_param_set_used_ptr SPS, uint32_t nSPSId);
129 extern void h264_Parse_Copy_Sps_From_DDR(h264_Info* pInfo, seq_param_set_used_ptr SPS, uint32_t nSPSId);
  /frameworks/compile/slang/
slang_rs_export_type.cpp 182 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
210 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
259 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
268 if (SPS.count(T))
316 SPS.insert(T);
327 if (!TypeExportableHelper(FT, SPS, Context, VD, TopLevelRecord,
385 if (TypeExportableHelper(PointeeType, SPS, Context, VD,
402 (TypeExportableHelper(ElementType, SPS, Context, VD,
412 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 1010 TM_STATE(1,SPS,NORMAL)
1011 TM_STATE(2,SPS,HOT)
1012 TM_STATE(3,SPS,PRESSED)

Completed in 180 milliseconds