Searched refs:encOption (Results 1 – 2 of 2) sorted by relevance
157 OSCL_EXPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase) in PVGetDefaultEncOption() argument167 if (encOption == NULL) in PVGetDefaultEncOption()172 M4VENC_MEMCPY(encOption, &defaultUseCase, sizeof(VideoEncOptions)); in PVGetDefaultEncOption()186 …EXPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encoderControl, VideoEncOptions *encOption) in PVInitVideoEncoder() argument201 Int profile_level = encOption->profile_level; in PVInitVideoEncoder()202 Int PacketSize = encOption->packetSize << 3; in PVInitVideoEncoder()236 encParams->nLayers = encOption->numLayers; in PVInitVideoEncoder()269 if (encOption->encMode == DATA_PARTITIONING_MODE) in PVInitVideoEncoder()273 if (encOption->encMode == COMBINE_MODE_WITH_ERR_RES) in PVInitVideoEncoder()275 encOption->encMode = COMBINE_MODE_NO_ERR_RES; in PVInitVideoEncoder()[all …]
257 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase);264 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption);