Home
last modified time | relevance | path

Searched refs:SM_RASTER_SLICE (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_enc_slice_segment.cpp76 if ((SM_RASTER_SLICE == pSliceSeg->uiSliceMode) && (0 == kpSliceArgument->uiSliceMbNum[0])) { in AssignMbMapMultipleSlices()
89 } else if (SM_RASTER_SLICE == pSliceSeg->uiSliceMode || in AssignMbMapMultipleSlices()
326 case SM_RASTER_SLICE: { in GetInitialSliceNum()
396 if (uiSliceMode != SM_FIXEDSLCNUM_SLICE && uiSliceMode != SM_RASTER_SLICE in InitSliceSegment()
Dsvc_encode_slice.cpp835 …} else if ((SM_RASTER_SLICE == pSliceArgument->uiSliceMode) && (0 == pSliceArgument->uiSliceMbNum[… in InitSliceBoundaryInfo()
838 } else if (SM_RASTER_SLICE == pSliceArgument->uiSliceMode || in InitSliceBoundaryInfo()
Dratectl.cpp170 bMultiSliceMode = ((SM_RASTER_SLICE == pDLayerParam->sSliceArgument.uiSliceMode) || in RcInitSequenceParameter()
Dencoder_ext.cpp560 case SM_RASTER_SLICE: { in ParamValidationExt()
2040 case SM_RASTER_SLICE: in InitSliceSettings()
/third_party/openh264/test/api/
Dencoder_test.cpp118 …0b7ed830cc2f962ccfea4457"}, CAMERA_VIDEO_REAL_TIME, 320, 192, 12.0f, SM_RASTER_SLICE, false, 1, fa…
Dencode_options_test.cpp206 if (SM_RASTER_SLICE == pSpatialLayer->sSliceArgument.uiSliceMode) { in ValidateParamExtCombination()
1366 } else if (SM_RASTER_SLICE == param_.sSpatialLayers[0].sSliceArgument.uiSliceMode) { in TEST_P()
1586 sParam.sSpatialLayers[0].sSliceArgument.uiSliceMode = SM_RASTER_SLICE; in TEST_F()
1591 sParam.sSpatialLayers[1].sSliceArgument.uiSliceMode = SM_RASTER_SLICE; in TEST_F()
/third_party/openh264/testbin/
Dlayer2_vd_rc.cfg35 # 2 SM_RASTER_SLICE | according to SlicesAssign | need input of MB numbers each slice. I…
Dlayer2_arbitrary_res.cfg35 # 2 SM_RASTER_SLICE | according to SlicesAssign | need input of MB numbers each slice. I…
Dlayer2_vd.cfg35 # 2 SM_RASTER_SLICE | according to SlicesAssign | need input of MB numbers each slice. I…
Dlayer2.cfg35 # 2 SM_RASTER_SLICE | according to SlicesAssign | need input of MB numbers each slice. I…
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
Dlayer2.cfg35 # 2 SM_RASTER_SLICE | according to SlicesAssign | Need input of MB numbers each slice. In additi…
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h340SM_RASTER_SLICE = 2, ///< | according to SlicesAssign | need input of MB numbers each s… enumerator
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp345 if (pSliceArgument->uiSliceMode == SM_RASTER_SLICE) { in InitLayerSliceBuffer()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp643 pDLayer->sSliceArgument.uiSliceMode = SM_RASTER_SLICE; in ParseCommandLine()