Home
last modified time | relevance | path

Searched refs:sAspectRatioExtHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparameter_sets.h105 uint16_t sAspectRatioExtHeight; member
Dparam_svc.h196 param.sSpatialLayers[iLayer].sAspectRatioExtHeight = 0; in FillDefault()
456 …pSpatialLayer->sAspectRatioExtHeight = pCodingParam.sSpatialLayers[iIdxSpatial].sAspectRatioExtHei… in ParamTranscode()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp206 BsWriteBits (pLocalBitStringAux, 16, pSps->sAspectRatioExtHeight); // sar_height in WelsWriteVUI()
543 pSps->sAspectRatioExtHeight = pLayerParam->sAspectRatioExtHeight; in WelsInitSps()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h486 unsigned short sAspectRatioExtHeight; ///< use if aspect ratio idc == 255 member
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c294 param.sSpatialLayers[0].sAspectRatioExtHeight = den; in svc_encode_init()