Searched refs:encOption (Results 1 – 2 of 2) sorted by relevance
164 OSCL_EXPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase) in PVGetDefaultEncOption() argument174 if (encOption == NULL) in PVGetDefaultEncOption()179 M4VENC_MEMCPY(encOption, &defaultUseCase, sizeof(VideoEncOptions)); in PVGetDefaultEncOption()193 …EXPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encoderControl, VideoEncOptions *encOption) in PVInitVideoEncoder() argument208 Int profile_level = encOption->profile_level; in PVInitVideoEncoder()209 Int PacketSize = encOption->packetSize << 3; in PVInitVideoEncoder()243 encParams->nLayers = encOption->numLayers; in PVInitVideoEncoder()276 if (encOption->encMode == DATA_PARTITIONING_MODE) in PVInitVideoEncoder()280 if (encOption->encMode == COMBINE_MODE_WITH_ERR_RES) in PVInitVideoEncoder()282 encOption->encMode = COMBINE_MODE_NO_ERR_RES; in PVInitVideoEncoder()[all …]
255 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase);262 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption);