Home
last modified time | relevance | path

Searched refs:encOption (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp164 OSCL_EXPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase) in PVGetDefaultEncOption() argument
174 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() argument
208 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 …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h255 OSCL_IMPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase);
262 … OSCL_IMPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encCtrl, VideoEncOptions *encOption);