Searched refs:u32FrameSize (Results 1 – 2 of 2) sorted by relevance
1906 MS_U32 u32FrameSize; in MDrv_VE_set_frc() local1912 u32FrameSize = VE_NTSC_FRAME_SIZE; in MDrv_VE_set_frc()1917 u32FrameSize = VE_PAL_FRAME_SIZE; in MDrv_VE_set_frc()1923 …u32FrameSize = (720*g_VEInfo.u16Outputheight/(BYTE_PER_WORD>>1));//The pitch is always 720pixel fo… in MDrv_VE_set_frc()1924 Hal_VE_set_field_size(u32FrameSize/2); in MDrv_VE_set_frc()1930 if(g_VEInfo.u32MemSize/3 >= u32FrameSize*BYTE_PER_WORD) in MDrv_VE_set_frc()1941 if(g_VEInfo.u32MemSize/3 >= u32FrameSize*BYTE_PER_WORD) in MDrv_VE_set_frc()1948 u32FullNum = 2*u32FrameSize; in MDrv_VE_set_frc()1949 u32EmptyNum = u32FrameSize; in MDrv_VE_set_frc()1953 u32FullNum = u32FrameSize; in MDrv_VE_set_frc()[all …]
667 MS_U32 u32FrameSize = u16Height * u16Width; in _HVD_EX_DemuxTS_ParseHEVCSPS() local668 MS_U32 PicSizeInSamplesY = u32FrameSize; in _HVD_EX_DemuxTS_ParseHEVCSPS()680 *pMemUsageSize = MaxDpbSize * u32FrameSize * 3 / 2 * 5 / 4; /// 1.5 * 1.25 in _HVD_EX_DemuxTS_ParseHEVCSPS()682 *pMemUsageSize = MaxDpbSize * u32FrameSize * 3 / 2; in _HVD_EX_DemuxTS_ParseHEVCSPS()