Home
last modified time | relevance | path

Searched defs:ret (Results 14001 - 14025 of 17089) sorted by relevance

1...<<561562563564565566567568569570>>...684

/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp362 int32_t ret = OH_AudioCodec_RegisterCallback(audioDec_, cb_, signal_); in CreateDec() local
534 int ret; in InputFunc() local
654 int ret = OH_AVFormat_GetIntValue(sourceFormat, OH_MD_KEY_TRACK_COUNT, &g_trackCount); in CreatDeMuxer() local
725 OH_AVErrCode ret = OH_AudioCodec_Destroy(codec); Destroy() local
746 OH_AVErrCode ret = OH_AudioCodec_Stop(codec); Stop() local
752 OH_AVErrCode ret = OH_AudioCodec_Flush(codec); Flush() local
778 OH_AVErrCode ret = OH_AVBuffer_GetBufferAttr(buffer, &info); PushInputData() local
853 OH_AVErrCode ret = OH_AudioCodec_Configure(codec, format); Configure() local
868 OH_AVErrCode ret = OH_AudioCodec_SetParameter(codec, format); SetParameter() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp172 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder() local
206 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder_Temporal() local
235 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder_fuzz() local
248 int32_t ret = OH_VideoEncoder_RegisterParameterCallback(venc_, onEncInputParam, static_cast<void *>(this)); in SetVideoEncoderCallback() local
324 int32_t ret in CreateSurface() local
354 int32_t ret = AV_ERR_OK; OpenFile() local
377 int32_t ret = 0; StartVideoEncoder() local
802 int32_t ret = PushData(buffer, index, pushResult); InputFunc() local
926 int ret = OH_VideoEncoder_Destroy(venc_); Release() local
[all...]
H A Dvideoenc_ndk_sample.cpp149 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder() local
180 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder_Temporal() local
209 int ret = OH_VideoEncoder_Configure(venc_, format); in ConfigureVideoEncoder_fuzz() local
290 int32_t ret = 0; in CreateSurface() local
323 int32_t ret = AV_ERR_OK; OpenFile() local
346 int32_t ret = 0; StartVideoEncoder() local
702 int32_t ret = PushData(buffer, index, pushResult); InputDataNormal() local
882 int ret = OH_VideoEncoder_Destroy(venc_); Release() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp228 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder() local
373 int ret = OH_VideoDecoder_Start(vdec_); in StartVideoDecoder() local
495 int ret = PushData(index, buffer); in InputFuncTest() local
761 int ret = 0; in Release() local
809 int32_t ret = OH_VideoDecoder_SetSurface(vdec_, nativeWindow[switchSurfaceFlag]); SwitchSurface() local
817 int32_t ret = AV_ERR_OK; RepeatCallSetSurface() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp176 int ret = OH_VideoDecoder_Configure(vdec_, format); in ConfigureVideoDecoder() local
299 int ret = OH_VideoDecoder_Start(vdec_); in StartVideoDecoder() local
533 int32_t ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); in SendData() local
585 int ret = ReadData(index, buffer); in InputFunc_AVCC() local
624 OH_AVErrCode ret = OH_VideoDecoder_PushInputData(vdec_, index, attr); InputFunc_FUZZ() local
686 int ret = 0; Release() local
710 int32_t ret = OH_VideoDecoder_Start(vdec_); Start() local
[all...]
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DaudioDecoderAvBuffer.cpp118 OH_AVErrCode ret = OH_AudioCodec_PushInputBuffer(codec, index); in OnNeedInputBuffer() local
127 OH_AVErrCode ret = OH_AudioCodec_FreeOutputBuffer(codec, index); in OnNewOutputBuffer() local
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp190 int32_t ret = OH_AVBuffer_GetBufferAttr(buffer, &info); in OnNewOutputBuffer() local
214 int32_t ret = in NormalAVScreenCaptureSurfaceTest() local
332 int32_t ret = fwrite(audioBuffer->buf, 1, audioBuffer->size, aFile); in OnAudioBufferAvailable() local
336 int32_t ret = fwrite(audioBuffer->buf, 1, audioBuffer->size, innerFile); in OnAudioBufferAvailable() local
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp222 int ret = uv_queue_work(loop_, work.get(), [] (uv_work_t *work) {}, [] (uv_work_t *work, int status) { in OnBufferAvaliable() local
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp145 OH_AVErrCode ret = AV_ERR_INVALID_VAL; in Test_AVPlayer_SetMediaKeySystemInfoCallback() local
196 OH_AVErrCode ret = AV_ERR_INVALID_VAL; in Test_AVPlayer_GetMediaKeySystemInfo() local
262 OH_AVErrCode ret = AV_ERR_INVALID_VAL; Test_AVPlayer_SetDecryptionConfig() local
343 OH_AVErrCode ret = AV_ERR_INVALID_VAL; Test_AudioCodec_SetDecryptionConfig() local
397 OH_AVErrCode ret = AV_ERR_INVALID_VAL; Test_VideoDecoder_SetDecryptionConfig() local
455 OH_AVErrCode ret = AV_ERR_INVALID_VAL; TestAVDemuxer_SetMediaKeySystemInfoCallback() local
518 OH_AVErrCode ret = AV_ERR_INVALID_VAL; TestAVDemuxer_SetDemuxerMediaKeySystemInfoCallback() local
577 OH_AVErrCode ret = AV_ERR_INVALID_VAL; TestAVDemuxer_GetMediaKeySystemInfo() local
[all...]
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp106 int32_t ret = SUCCESS; in SetupAudioSource() local
141 int ret = 0; SampleCreateRecorder() local
237 int32_t ret = FileCheck(string(filename)); SampleSaveCapture() local
318 int ret; StartRecord() local
398 int32_t ret = cam_->TriggerLoopingCapture(*fc); StartPreview() local
435 int32_t ret = recorder_->Stop(true); Stop() local
[all...]
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A DimageEffect.cpp80 napi_value ret; in savePixelMapForPath() local
97 napi_value ret; in creatOutPixeMapForPath() local
168 napi_value ret; in OHEffectFilterRender() local
199 napi_value ret; in OHImageEffectCreate() local
249 napi_value ret; OHImageEffectConfigure() local
283 napi_value ret; OHImageEffectAddFilter() local
315 napi_value ret; OHImageEffectAddFilterByFilter() local
348 napi_value ret; OHImageEffectGetFilter() local
391 napi_value ret; OHImageEffectGetFilterCount() local
419 napi_value ret; OHImageEffectGetInputSurface() local
456 napi_value ret; OHImageEffectInsertFilter() local
491 napi_value ret; OHImageEffectInsertFilterByFilter() local
529 napi_value ret; OHImageEffectReplaceFilter() local
566 napi_value ret; OHImageEffectReplaceFilterByFilter() local
591 napi_value ret; OHImageEffectRelease() local
624 napi_value ret; OHImageEffectRemoveFilter() local
664 napi_value ret; OHImageEffectRemoveFilterByIndex() local
695 napi_value ret; OHImageEffectSave() local
730 napi_value ret = nullptr; OHImageEffectRestore() local
752 napi_value ret; OHImageEffectSetInputNativeBuffer() local
783 napi_value ret; OHImageEffectSetInputPixelmap() local
898 napi_value ret; OHImageEffectSetInputUri() local
921 napi_value ret; OHImageEffectSetOutputNativeBuffer() local
952 napi_value ret; OHImageEffectSetOutputPixelmap() local
981 napi_value ret; OHImageEffectSetOutputSurface() local
1099 napi_value ret; OHImageEffectSetOutputUri() local
1126 napi_value ret; OHImageEffectStart() local
1133 napi_value ret; OHImageEffectStart() local
1141 napi_value ret; OHImageEffectStart() local
1168 napi_value ret; OHImageEffectStop() local
1175 napi_value ret; OHImageEffectStop() local
1182 napi_value ret; OHImageEffectStop() local
1192 napi_value ret; OHImageEffectStop() local
[all...]
H A Deffect_filter_test.cpp57 napi_value ret; in OHEffectBufferInfoCreate() local
96 napi_value ret; in OHEffectBufferInfoSetAddr() local
110 napi_value ret; in OHEffectBufferInfoGetAddr() local
183 napi_value ret; OHEffectBufferInfoSetEffectFormat() local
200 napi_value ret; OHEffectBufferInfoGetEffectFormat() local
267 napi_value ret; OHEffectBufferInfoSetHeight() local
284 napi_value ret; OHEffectBufferInfoGetHeight() local
349 napi_value ret; OHEffectBufferInfoSetRowSize() local
366 napi_value ret; OHEffectBufferInfoGetRowSize() local
432 napi_value ret; OHEffectBufferInfoSetWidth() local
449 napi_value ret; OHEffectBufferInfoGetWidth() local
512 napi_value ret; OHEffectBufferInfoSetTimestamp() local
529 napi_value ret; OHEffectBufferInfoGetTimestamp() local
580 napi_value ret; OHEffectBufferInfoRelease() local
590 napi_value ret; OHEffectFilterInfoCreate() local
624 napi_value ret; OHEffectFilterInfoSetFilterName() local
640 napi_value ret; OHEffectFilterInfoGetFilterName() local
695 napi_value ret; OHEffectFilterInfoSetSupportedBufferTypes() local
713 napi_value ret; OHEffectFilterInfoGetSupportedBufferTypes() local
773 napi_value ret; OHEffectFilterInfoSetSupportedFormats() local
820 napi_value ret; OHEffectFilterInfoGetSupportedFormats() local
876 napi_value ret; OHEffectFilterInfoRelease() local
907 napi_value ret; OHEffectFilterCreate() local
952 napi_value ret; OHEffectFilterSetValue() local
969 napi_value ret; OHEffectFilterGetValue() local
1030 napi_value ret; OHEffectFilterLookupFilterInfo() local
1068 napi_value ret; OHEffectFilterLookupFilters() local
1105 napi_value ret; OHEffectFilterRegister() local
1132 napi_value ret; OHEffectFilterRelease() local
1156 napi_value ret; OHEffectFilterReleaseFilterNames() local
[all...]
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c42 int32_t ret; in IsAuthStatusChg() local
107 int32_t ret = AttestSetParameter(STARTSUP_PARA_ATTEST_KEY, attestResult); FlushAttestStatusPara() local
228 int32_t ret = ATTEST_ERR; ParseSoftwareResultDetail() local
357 int32_t ret; UnpackAuthStatusResp() local
478 int32_t ret = GetChallenge(&challengeResult, ATTEST_ACTION_CHALLENGE); GetCurrentTime() local
503 int32_t ret = strcmp(versionIdFromOs, authStatus->versionId); CheckVersionChanged() local
550 int32_t ret = ParseInfoByBase64(infoByBase64, &authStatusBuffer, &bufferLen); DecodeAuthStatus() local
843 int32_t ret = GetTokenValueAndId(challengeResult->challenge, tokenValueHmac, TOKEN_VALUE_HMAC_LEN,\\ GenAuthMsg() local
886 int32_t ret = SendAttestMsg(devicePacket, ATTEST_ACTION_AUTHORIZE, &recvMsg); SendAuthMsg() local
898 int32_t ret = ATTEST_ERR; ParseAuthResultRespImpl() local
950 int32_t ret = ParseAuthResultRespImpl(json, authResult, authStatus); ParseAuthResultResp() local
[all...]
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_auth.c44 int32_t ret; in IsAuthStatusChg() local
109 int32_t ret = AttestSetParameter(STARTSUP_PARA_ATTEST_KEY, attestResult); FlushAttestStatusPara() local
122 int ret = AttestGetParameter(STARTSUP_PARA_ATTEST_KEY, STARTSUP_PARA_ATTEST_ERROR, GetAttestStatusPara() local
247 int32_t ret = ATTEST_ERR; ParseSoftwareResultDetail() local
381 int32_t ret; UnpackAuthStatusResp() local
502 int32_t ret = GetChallenge(&challengeResult, ATTEST_ACTION_CHALLENGE); GetCurrentTime() local
527 int32_t ret = strcmp(versionIdFromOs, authStatus->versionId); CheckVersionChanged() local
574 int32_t ret = ParseInfoByBase64(infoByBase64, &authStatusBuffer, &bufferLen); DecodeAuthStatus() local
863 int32_t ret = GetTokenValueAndId(challengeResult->challenge, tokenValueHmac, TOKEN_VALUE_HMAC_LEN,\\ GenAuthMsg() local
906 int32_t ret = SendAttestMsg(devicePacket, ATTEST_ACTION_AUTHORIZE, &recvMsg); SendAuthMsg() local
918 int32_t ret = ATTEST_ERR; ParseAuthResultRespImpl() local
970 int32_t ret = ParseAuthResultRespImpl(json, authResult, authStatus); ParseAuthResultResp() local
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H A Dhdi_common_v1_2.cpp43 int ret = sprintf_s(mkdirCmd, sizeof(mkdirCmd) / sizeof(mkdirCmd[0]), in DumpImageFile() local
75 int32_t ret; in Init() local
101 int ret = 0; DefferredImageTestInit() local
454 int ret = FindCameraMetadataItem(data, tag, &entry); IsTagValueExistsU8() local
[all...]
/test/xts/dcts/distributedhardware/distributedaudiotest/
H A Ddistributedaudiotest.cpp175 int32_t ret = g_manager->GetAllAdapters(g_devices); in FindAudioDevice() local
241 int32_t ret = g_manager->LoadAdapter(dev, g_adapter); in LoadSpkDev() local
262 int32_t ret = g_adapter->RegExtraParamObserver(g_callbackStub, 0); in OpenSpk() local
318 int32_t ret = memcpy_s(frameHal.data(), RENDER_FRAME_SIZE, renderData[g_frameIndex], RENDER_FRAME_SIZE); Play() local
426 int32_t ret = g_adapter->DestroyRender(g_renderId); CloseSpk() local
467 int32_t ret = g_manager->LoadAdapter(dev, g_adapter); LoadMicDev() local
497 int32_t ret = g_adapter->CreateCapture(captureDesc, captureAttr, g_capture, g_captureId); OpenMic() local
536 int32_t ret = g_capture->CaptureFrame(data, size); Capture() local
616 int32_t ret = g_adapter->DestroyCapture(g_captureId); CloseMic() local
649 int32_t ret = g_adapter->SetExtraParams(key, condition, volStr); SetVolume() local
666 int32_t ret = g_adapter->GetExtraParams(key, condition.c_str(), vol); GetVolume() local
[all...]
/test/xts/device_attest/services/core/security/
H A Dattest_security.c129 int32_t ret = mbedtls_base64_encode(NULL, 0, &outLen, srcData, srcDataLen); in Base64Encode() local
188 int32_t ret in GetPsk() local
218 int32_t ret = AttestGetManufacturekey(productInfoParam->param, MANUFACTUREKEY_LEN); GetProductInfo() local
248 int32_t ret = HksInitParamSet(paramSet); InitHksParamSet() local
277 int32_t ret = InitHksParamSet(&decryptParamSet, g_decryptParams, sizeof(g_decryptParams) / sizeof(struct HksParam)); DecryptHksImpl() local
310 int32_t ret = InitHksParamSet(&genParamSetDecrypt, g_genParams, sizeof(g_genParams) / sizeof(struct HksParam)); DecryptHks() local
348 int32_t ret = GetProductInfo(versionData->version, &info); GetAesKey() local
389 int32_t ret = mbedtls_aes_setkey_dec(&aesCtx, aesKey, AES_CIPHER_BITS); DecryptAesCbc() local
436 int32_t ret = InitHksParamSet(&encryptParamSet, g_encryptParams, sizeof(g_encryptParams) / sizeof(struct HksParam)); EncryptHksImpl() local
483 int32_t ret = InitHksParamSet(&genParamSetEncrypt, g_genParams, sizeof(g_genParams) / sizeof(struct HksParam)); EncryptHks() local
535 int32_t ret = mbedtls_cipher_set_padding_mode(&cipherCtx, MBEDTLS_PADDING_PKCS7); EncryptAesCbc() local
576 int32_t ret = EncryptAesCbc(&datas, aesKey, (const char*)(aesKey + PSK_LEN), AES_KEY_LEN - PSK_LEN); Encrypt() local
614 int32_t ret = mbedtls_base64_decode(encryptData, sizeof(encryptData), &base64Len, inputData, inputDataLen); Decrypt() local
658 int32_t ret = ATTEST_OK; MD5Encode() local
[all...]
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp64 int ret; in CreateTestLayer() local
96 int ret; in PrepareAndCommit() local
178 int ret = PrepareAndCommit(); in PresentAndCheck() local
190 auto ret = g_composerDevice->DestroyLayer(g_displayIds[0], layer->GetId()); DestroyLayer() local
200 int ret = HdiTestDevice::GetInstance().InitDevice(); SetUpTestCase() local
235 bool ret = false; WaitVblank() local
256 auto ret = g_composerDevice->SetClientBufferCacheCount(g_displayIds[0], CACHE_COUNT); HWTEST_F() local
270 auto ret = g_composerDevice->GetDisplayCapability(g_displayIds[0], info); HWTEST_F() local
284 auto ret = g_composerDevice->GetDisplaySupportedModes(g_displayIds[0], modes); HWTEST_F() local
298 auto ret = g_composerDevice->GetDisplayMode(g_displayIds[0], MODE); HWTEST_F() local
312 auto ret = g_composerDevice->SetDisplayMode(g_displayIds[0], MODE); HWTEST_F() local
326 auto ret = g_composerDevice->GetDisplayPowerStatus(g_displayIds[0], powerStatus); HWTEST_F() local
339 auto ret = g_composerDevice->SetDisplayPowerStatus(g_displayIds[0], HWTEST_F() local
359 auto ret = g_composerDevice->GetDisplayBacklight(g_displayIds[0], level); HWTEST_F() local
374 auto ret = g_composerDevice->SetDisplayBacklight(g_displayIds[0], LEVEL); HWTEST_F() local
389 auto ret = g_composerDevice->GetDisplayProperty(g_displayIds[0], PROPERTY_ID, propertyValue); HWTEST_F() local
412 auto ret = g_composerDevice->GetDisplayCompChange(g_displayIds[0], layers, type); HWTEST_F() local
428 auto ret = g_composerDevice->SetDisplayClientCrop(g_displayIds[0], rect); HWTEST_F() local
444 auto ret = g_composerDevice->GetDisplayReleaseFence(g_displayIds[0], layers, fences); HWTEST_F() local
473 auto ret = g_composerDevice->SetDisplayClientBuffer(g_displayIds[0], buffer, bufferSeq, -1); HWTEST_F() local
492 auto ret = g_composerDevice->SetDisplayClientDamage(g_displayIds[0], vRects); HWTEST_F() local
510 auto ret = g_composerDevice->CreateVirtualDisplay(WIDTH, HEIGHT, format, devId); HWTEST_F() local
525 auto ret = g_composerDevice->DestroyVirtualDisplay(devId); HWTEST_F() local
555 auto ret = g_composerDevice->SetVirtualDisplayBuffer(g_displayIds[0], *buffer, fence); HWTEST_F() local
572 auto ret = g_composerDevice->SetDisplayProperty(g_displayIds[0], PROPERTY_ID, PROPERTY_VALUE); HWTEST_F() local
679 auto ret = g_composerDevice->SetLayerPreMulti(g_displayIds[0], layer->GetId(), preMul); HWTEST_F() local
746 auto ret = g_composerDevice->SetLayerRegion(g_displayIds[0], layer->GetId(), rect); HWTEST_F() local
780 auto ret = g_composerDevice->SetLayerDirtyRegion(g_displayIds[0], layer->GetId(), vRects); HWTEST_F() local
814 auto ret = g_composerDevice->SetLayerTransformMode(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
856 auto ret = g_composerDevice->SetLayerVisibleRegion(g_displayIds[0], layer->GetId(), regions); HWTEST_F() local
886 int32_t ret = graphicBuffer->SetGraphicBuffer([&](const BufferHandle* buffer, uint32_t seqNo) -> int32_t { HWTEST_F() local
921 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
952 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
983 auto ret = g_composerDevice->SetLayerMaskInfo(g_displayIds[0], layer->GetId(), maskInfo); HWTEST_F() local
1024 auto ret = g_composerDevice->SetLayerColor(g_displayIds[0], layer->GetId(), layerColor); HWTEST_F() local
1055 auto ret = g_composerDevice->DestroyLayer(g_displayIds[0], layer->GetId()); HWTEST_F() local
1069 int ret; HWTEST_F() local
1120 auto ret = g_composerDevice->GetDisplaySupportedModesExt(g_displayIds[0], modes); HWTEST_F() local
1147 auto ret = g_composerDevice->RegDisplayVBlankCallback(g_displayIds[0], TestVBlankCallback, nullptr); HWTEST_F() local
1184 auto ret = g_composerDevice->GetDisplayVBlankPeriod(g_displayIds[0], period); HWTEST_F() local
1203 auto ret = g_composerDevice->RegSeamlessChangeCallback(OnSeamlessChange, nullptr); HWTEST_F() local
1239 auto ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layer->GetId(), key, value); HWTEST_F() local
1265 auto ret = g_composerDevice->GetSupportedLayerPerFrameParameterKey(keys); HWTEST_F() local
1283 auto ret = g_composerDevice->SetDisplayOverlayResolution(g_displayIds[0], mode.width, mode.height); HWTEST_F() local
1304 auto ret = g_composerDevice->RegRefreshCallback(TestRefreshCallback, nullptr); HWTEST_F() local
1322 auto ret = g_composerDevice->GetDisplaySupportedColorGamuts(g_displayIds[0], gamuts); HWTEST_F() local
1340 auto ret = g_composerDevice->GetHDRCapabilityInfos(g_displayIds[0], info); HWTEST_F() local
1372 auto ret = g_composerDevice->SetLayerTransformMode(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1408 auto ret = g_composerDevice->SetLayerTransformMode(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1444 auto ret = g_composerDevice->SetLayerTransformMode(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1460 auto ret = g_composerDevice->SetDisplayPowerStatus(g_displayIds[0], HWTEST_F() local
1492 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1522 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1552 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1582 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1612 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1642 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1672 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1702 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1732 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1762 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1792 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1822 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1852 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1882 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1912 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1942 auto ret = g_composerDevice->SetLayerBlendType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
1972 auto ret = g_composerDevice->SetLayerMaskInfo(g_displayIds[0], layer->GetId(), maskInfo); HWTEST_F() local
2003 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2033 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2063 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2093 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2123 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2153 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2183 auto ret = g_composerDevice->SetLayerCompositionType(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
2215 auto ret = g_composerDevice->SetLayerTransformMode(g_displayIds[0], layer->GetId(), type); HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c508 unsigned ret = get_ue_golomb(gb); in get_ue_code() local
553 int i, esc_code, level, mask, ret; in decode_residual_block() local
600 int ret = decode_residual_block(h, &h->gb, chroma_dec, 0, in decode_residual_chroma() local
606 int ret = decode_residual_block(h, &h->gb, chroma_dec, 0, decode_residual_chroma() local
662 int ret; decode_mb_i() local
986 int ret; decode_pic() local
1177 int ret; decode_seq_header() local
1241 int input_size, ret; cavs_decode_frame() local
[all...]
H A Dcfhd.c250 int i, j, ret, planes, bayer = 0; in alloc_buffers() local
382 int ret = 0, i, j, plane, got_buffer = 0; in cfhd_decode() local
1418 int ret; update_thread_context() local
[all...]
H A Dcdgraphics.c270 int ret; in cdg_decode_frame() local
[all...]
H A Dg723_1dec.c154 int ret; in unpack_bitstream() local
942 int bad_frame = 0, i, j, ret; in g723_1_decode_frame() local
H A Dav1dec.c377 int ret = av_reallocp_array(&s->tile_group_info, cur_tile_num, in init_tile_data() local
439 int ret; in get_pixel_format() local
597 int ret; in av1_frame_ref() local
696 int ret = ff_set_dimensions(avctx, width, height); set_context_with_sequence() local
723 int ret; update_context_with_frame_header() local
749 int ret; av1_decode_init() local
809 int ret; av1_frame_alloc() local
920 int ret; set_output_frame() local
952 int ret; update_reference_list() local
970 int ret; get_current_frame() local
1014 int ret; av1_decode_frame() local
[all...]
H A Dav3a_parser.c469 int32_t ret = read_av3a_frame_header(&hdf, header, MAX_NBYTES_FRAME_HEADER); in raw_av3a_parse() local
H A Ddecode.c54 int ret; in apply_param_change() local
139 int ret in copy_packet_props() local
152 int ret = 0; extract_packet_props() local
174 int ret; decode_bsfs_init() local
208 int ret; ff_decode_get_packet() local
283 int ret; decode_simple_internal() local
509 int ret; decode_simple_receive_frame() local
527 int ret; decode_receive_frame_internal() local
579 int ret; avcodec_send_packet() local
642 int ret, changed; avcodec_receive_frame() local
685 ret = av_channel_layout_copy(&avci->initial_ch_layout, &frame->ch_layout); avcodec_receive_frame() local
741 int ret = 0; recode_subtitle() local
820 int ret = 0; avcodec_decode_subtitle2() local
956 int ret; ff_decode_get_hw_frames_ctx() local
1010 int i, ret; avcodec_get_hw_frames_parameters() local
1104 enum AVPixelFormat ret, user_choice; ff_get_format() local
1329 int ret = av_channel_layout_copy(&frame->ch_layout, &avctx->ch_layout); ff_decode_frame_props() local
1407 int ret; ff_get_buffer() local
1487 int ret; reget_buffer_internal() local
1523 int ret = reget_buffer_internal(avctx, frame, flags); ff_reget_buffer() local
1532 int ret = 0; ff_decode_preinit() local
[all...]

Completed in 242 milliseconds

1...<<561562563564565566567568569570>>...684