Searched refs:portIndex (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/codec/hdi_component_additional/ |
H A D | codec_component_test.cpp | 149 * @tc.desc : when the index = OMX_IndexCodecVideoPortFormat, structure inParamStruct> portIndex = INPUT_INDEX, 157 param.portIndex = INPUT_INDEX; in HWTEST_F() 168 * @tc.desc : When the index = OMX_IndexParamVideoQuantization, structure inParamStruct->portIndex = INPUT_INDEX, 176 param.portIndex = INPUT_INDEX; in HWTEST_F() 187 * @tc.desc : When index=OMX_IndexParamVideoFastUpdate, Structure inParamStruct->portIndex=INPUT_INDEX, 195 param.portIndex = INPUT_INDEX; in HWTEST_F() 206 * @tc.desc : When index = OMX_IndexParamVideoBitrate, structure inParamStruct->portIndex = INPUT_INDEX, 214 param.portIndex = INPUT_INDEX; in HWTEST_F() 225 * @tc.desc : When the index = OMX_IndexCodecVideoPortFormat, structure inParamStruct->portIndex = INPUT_INDEX, 242 * @tc.desc : When the index = OMX_IndexCodecVideoPortFormat, structure inParamStruct->portIndex [all...] |
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 111 void InitCodecBufferWithAshMem(enum PortIndex portIndex, int bufferSize, shared_ptr<OmxCodecBuffer> omxBuffer, in InitCodecBufferWithAshMem() argument 123 if (portIndex == PortIndex::PORT_INDEX_INPUT) { in InitCodecBufferWithAshMem() 132 bool UseBufferOnPort(enum PortIndex portIndex, int32_t bufferCount, int32_t bufferSize) in UseBufferOnPort() argument 149 InitCodecBufferWithAshMem(portIndex, bufferSize, omxBuffer, sharedMem); in UseBufferOnPort() 150 auto err = component_->UseBuffer(component_, (uint32_t)portIndex, omxBuffer.get()); in UseBufferOnPort() 162 if (portIndex == PortIndex::PORT_INDEX_INPUT) { in UseBufferOnPort() 171 bool FreeBufferOnPort(enum PortIndex portIndex) in FreeBufferOnPort() argument 174 if (portIndex == PortIndex::PORT_INDEX_OUTPUT) { in FreeBufferOnPort() 178 auto ret = component_->FreeBuffer(component_, (uint32_t)portIndex, bufferInfo->omxBuffer.get()); in FreeBufferOnPort() 324 pixFormat.portIndex in HWTEST_F() [all...] |
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_hdi_omx_enc_test.cpp | 127 * @tc.desc : Verify the GetParameter function when the input parameter pixFormat.portIndex is outputIndex. 135 pixFormat.portIndex = outputIndex; in HWTEST_F() 149 * @tc.desc : Verify the GetParameter function when the input parameter pixFormat.portIndex is inputIndex. 157 pixFormat.portIndex = inputIndex; in HWTEST_F() 365 pixFormat.portIndex = inputIndex; in HWTEST_F() 393 bufferType.portIndex = outputIndex; in HWTEST_F()
|
H A D | codec_function_utils.cpp | 108 type.portIndex = port;
in InitBufferHandleParameter()
|
Completed in 7 milliseconds