Searched refs:u32Len (Results 1 - 13 of 13) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | mpi_sys.h | 59 const HI_CHAR *strMmb, const HI_CHAR *strZone, HI_U32 u32Len); 63 const HI_CHAR *pstrMmb, const HI_CHAR *pstrZone, HI_U32 u32Len);
|
H A D | hi_comm_vdec.h | 63 HI_U32 u32Len; /* W; stream len */ member 73 HI_U32 u32Len; /* R; userdata data len */ member
|
H A D | hi_comm_aio.h | 212 HI_U32 u32Len; /* data length per channel in frame */
member 231 HI_U32 u32Len; /* stream length, by bytes */
member
|
H A D | mpi_venc.h | 37 HI_S32 HI_MPI_VENC_InsertUserData(VENC_CHN VeChn, HI_U8 *pu8Data, HI_U32 u32Len);
|
H A D | hi_comm_venc.h | 144 HI_U32 ATTRIBUTE u32Len; /* R; the length of stream */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | mpi_sys.h | 59 const HI_CHAR *strMmb, const HI_CHAR *strZone, HI_U32 u32Len); 63 const HI_CHAR *pstrMmb, const HI_CHAR *pstrZone, HI_U32 u32Len);
|
H A D | hi_comm_vdec.h | 63 HI_U32 u32Len; /* W; stream len */ member 73 HI_U32 u32Len; /* R; userdata data len */ member
|
H A D | hi_comm_aio.h | 212 HI_U32 u32Len; /* data length per channel in frame */
member 231 HI_U32 u32Len; /* stream length, by bytes */
member
|
H A D | mpi_venc.h | 37 HI_S32 HI_MPI_VENC_InsertUserData(VENC_CHN VeChn, HI_U8 *pu8Data, HI_U32 u32Len);
|
H A D | hi_comm_venc.h | 143 HI_U32 ATTRIBUTE u32Len; /* R; the length of stream */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_audio.c | 361 (HI_VOID)fwrite(stream.pStream, 1, stream.u32Len, aenc_ctl->pfd); in audio_aenc_get_stream_and_send() 421 const HI_U32 u32Len = 640; in SAMPLE_COMM_AUDIO_AdecProc() local 440 u32ReadLen = fread(stAudioStream.pStream, 1, u32Len, pfd); in SAMPLE_COMM_AUDIO_AdecProc() 451 stAudioStream.u32Len = u32ReadLen; in SAMPLE_COMM_AUDIO_AdecProc()
|
H A D | sample_comm_venc.c | 304 pstStream->pstPack[i].u32Len - pstStream->pstPack[i].u32Offset, 1, pFd); in SAMPLE_COMM_VENC_SaveStream()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/adp/ |
H A D | audio_aac_adp.c | 1040 u32PtNums = pstData->u32Len / (pstData->enBitwidth + 1); in EncodeAACFrm()
|
Completed in 27 milliseconds