Home
last modified time | relevance | path

Searched refs:pstAttr (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_af.h36 RK_S32 RK_MPI_AF_Create(AF_CHN AfChn, const AF_ATTR_S *pstAttr);
41 RK_S32 RK_MPI_AF_SetChnAttr(AF_CHN AfChn, const AF_ATTR_S *pstAttr);
42 RK_S32 RK_MPI_AF_GetChnAttr(AF_CHN AfChn, AF_ATTR_S *pstAttr);
H A Drk_mpi_ivs.h35 RK_S32 RK_MPI_IVS_CreateChn(IVS_CHN IvsChn, IVS_CHN_ATTR_S *pstAttr);
39 RK_S32 RK_MPI_IVS_SetChnAttr(IVS_CHN IvsChn, IVS_CHN_ATTR_S *pstAttr);
41 RK_S32 RK_MPI_IVS_GetChnAttr(IVS_CHN IvsChn, IVS_CHN_ATTR_S *pstAttr);
H A Drk_mpi_vdec.h17 RK_S32 RK_MPI_VDEC_CreateChn(VDEC_CHN VdChn, const VDEC_CHN_ATTR_S *pstAttr);
20 RK_S32 RK_MPI_VDEC_GetChnAttr(VDEC_CHN VdChn, VDEC_CHN_ATTR_S *pstAttr);
21 RK_S32 RK_MPI_VDEC_SetChnAttr(VDEC_CHN VdChn, const VDEC_CHN_ATTR_S *pstAttr);
H A Drk_mpi_ao.h17 RK_S32 RK_MPI_AO_SetPubAttr(AUDIO_DEV AoDevId, const AIO_ATTR_S *pstAttr);
18 RK_S32 RK_MPI_AO_GetPubAttr(AUDIO_DEV AoDevId, AIO_ATTR_S *pstAttr);
H A Drk_mpi_ai.h16 RK_S32 RK_MPI_AI_SetPubAttr(AUDIO_DEV AiDevId, const AIO_ATTR_S *pstAttr);
17 RK_S32 RK_MPI_AI_GetPubAttr(AUDIO_DEV AiDevId, AIO_ATTR_S *pstAttr);
H A Drk_mpi_adec.h18 RK_S32 RK_MPI_ADEC_CreateChn(ADEC_CHN AdChn, const ADEC_CHN_ATTR_S *pstAttr);
H A Drk_mpi_aenc.h17 RK_S32 RK_MPI_AENC_CreateChn(AENC_CHN AeChn, const AENC_CHN_ATTR_S *pstAttr);
H A Drk_mpi_venc.h19 RK_S32 RK_MPI_VENC_CreateChn(VENC_CHN VeChn, const VENC_CHN_ATTR_S *pstAttr);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ao.cpp381 AIO_ATTR_S pstAttr; in commandThread() local
382 RK_MPI_AO_GetPubAttr(params->s32DevId, &pstAttr); in commandThread()
383 RK_LOGI("input stream rate = %d", pstAttr.enSamplerate); in commandThread()
384 RK_LOGI("input stream sound mode = %d", pstAttr.enSoundmode); in commandThread()
385 RK_LOGI("open sound card rate = %d", pstAttr.soundCard.sampleRate); in commandThread()
386 RK_LOGI("open sound card channel = %d", pstAttr.soundCard.channels); in commandThread()
H A Dtest_mpi_vo.cpp804 VDEC_CHN_ATTR_S pstAttr; in creat_vdec() local
807 pstAttr.enMode = VIDEO_MODE_FRAME; in creat_vdec()
808 pstAttr.enType = ctx->stParserCfg.enCodecId; in creat_vdec()
809 pstAttr.u32PicWidth = ctx->stParserCfg.u32SrcWidth; in creat_vdec()
810 pstAttr.u32PicHeight = ctx->stParserCfg.u32SrcHeight; in creat_vdec()
811 pstAttr.u32FrameBufCnt = ctx->stVdecCfg.u32FrameBufferCnt; in creat_vdec()
813 s32Ret = RK_MPI_VDEC_CreateChn(u32Ch, &pstAttr); in creat_vdec()
818 pstAttr.enMode, pstAttr.enType, pstAttr in creat_vdec()
[all...]