Home
last modified time | relevance | path

Searched refs:Ret (Results 1 – 24 of 24) sorted by relevance

/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp337 Ret); in component_init()
370 Ret); in component_init()
3075 Ret); in swvenc_get_buffer_req()
3084 RETURN(Ret); in swvenc_get_buffer_req()
3372 RETURN(Ret); in swvenc_set_rc_mode()
3518 RETURN(Ret); in swvenc_set_profile_level()
3566 RETURN(Ret); in swvenc_set_intra_refresh()
3590 RETURN(Ret); in swvenc_set_frame_rate()
3614 RETURN(Ret); in swvenc_set_bit_rate()
3640 RETURN(Ret); in swvenc_set_intra_period()
[all …]
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp345 Ret); in component_init()
378 Ret); in component_init()
3015 Ret); in swvenc_get_buffer_req()
3024 RETURN(Ret); in swvenc_get_buffer_req()
3312 RETURN(Ret); in swvenc_set_rc_mode()
3453 RETURN(Ret); in swvenc_set_profile_level()
3501 RETURN(Ret); in swvenc_set_intra_refresh()
3525 RETURN(Ret); in swvenc_set_frame_rate()
3549 RETURN(Ret); in swvenc_set_bit_rate()
3575 RETURN(Ret); in swvenc_set_intra_period()
[all …]
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp332 Ret); in component_init()
365 Ret); in component_init()
2959 Ret); in swvenc_get_buffer_req()
2968 RETURN(Ret); in swvenc_get_buffer_req()
3250 RETURN(Ret); in swvenc_set_rc_mode()
3391 RETURN(Ret); in swvenc_set_profile_level()
3439 RETURN(Ret); in swvenc_set_intra_refresh()
3463 RETURN(Ret); in swvenc_set_frame_rate()
3487 RETURN(Ret); in swvenc_set_bit_rate()
3513 RETURN(Ret); in swvenc_set_intra_period()
[all …]
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp308 Ret); in component_init()
341 Ret); in component_init()
1716 SWVENC_STATUS Ret; in dev_start() local
2367 Ret); in swvenc_get_buffer_req()
2376 RETURN(Ret); in swvenc_get_buffer_req()
2643 RETURN(Ret); in swvenc_set_rc_mode()
2781 RETURN(Ret); in swvenc_set_profile_level()
2829 RETURN(Ret); in swvenc_set_intra_refresh()
2853 RETURN(Ret); in swvenc_set_frame_rate()
2877 RETURN(Ret); in swvenc_set_bit_rate()
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp308 Ret); in component_init()
341 Ret); in component_init()
2432 Ret); in swvenc_get_buffer_req()
2441 RETURN(Ret); in swvenc_get_buffer_req()
2709 RETURN(Ret); in swvenc_set_rc_mode()
2847 RETURN(Ret); in swvenc_set_profile_level()
2895 RETURN(Ret); in swvenc_set_intra_refresh()
2919 RETURN(Ret); in swvenc_set_frame_rate()
2943 RETURN(Ret); in swvenc_set_bit_rate()
2969 RETURN(Ret); in swvenc_set_intra_period()
[all …]
/aosp12/system/libbase/include/android-base/
H A Dfunction_ref.h83 template <class Ret, class... Args>
84 class function_ref<Ret(Args...)> final {
91 std::is_invocable_r<Ret, Callable, Args...>::value &&
94 : mTypeErasedFunction([](const function_ref* self, Args... args) -> Ret { in function_ref()
103 std::is_invocable_r<Ret, Callable, Args...>::value &&
106 mTypeErasedFunction = [](const function_ref* self, Args... args) -> Ret {
116 Ret operator()(Args... args) const { in operator()
121 using TypeErasedFunc = Ret(const function_ref*, Args...);
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DAsyncCallRecorder.h150 template <typename Ret, typename... Args>
151 class AsyncCallRecorderWithCannedReturn<Ret (*)(Args...)>
154 explicit AsyncCallRecorderWithCannedReturn(Ret returnvalue) : mReturnValue(returnvalue) {} in AsyncCallRecorderWithCannedReturn()
164 const Ret mReturnValue;
/aosp12/system/teeui/libteeui/include/secure_input/
H A Devdev.h38 template <typename Ret, typename... Args> class NonCopyableFunction<Ret(Args...)> {
43 virtual Ret operator()(Args... args) = 0;
55 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator()
71 Ret operator()(Args... args) { in operator()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp169 clang::FunctionDecl *Ret = nullptr; in lookupFunction() local
176 if (Ret) { in lookupFunction()
180 << Ret->getLocation().printToString(S.PP.getSourceManager()) in lookupFunction()
185 Ret = FDecl; in lookupFunction()
188 if (!Ret) { in lookupFunction()
196 if (Ret) { in lookupFunction()
198 if (Ret->getFormalLinkage() != clang::InternalLinkage) { in lookupFunction()
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static") in lookupFunction()
204 if (Ret == nullptr) in lookupFunction()
206 return Ret; in lookupFunction()
H A Dslang_rs_pragma_handler.cpp253 std::string Ret; in ListKeywords() local
259 Ret += ", "; in ListKeywords()
260 Ret += "'"; in ListKeywords()
261 Ret += entry.first; in ListKeywords()
262 Ret += "'"; in ListKeywords()
264 return Ret; in ListKeywords()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h876 template <typename Ret, typename... Args> struct Callback<Ret(Args...)> {
877 Ret (*callback_)(Args... args, void* priv_data);
879 Ret operator()(Args... args) const { return callback_(args..., priv_data_); }
882 template <typename Ret, typename... Args>
883 Callback<Ret(Args...)> makeCallback(Ret (*fn)(Args..., void*), void* priv_data) {
887 template <typename Fn, typename Ret, typename... Args> struct CallbackHelper {
889 operator Callback<Ret(Args...)>() {
890 return makeCallback<Ret, Args...>(
891 [](Args... args, void* priv_data) -> Ret {
/aosp12/bionic/linker/
H A Dlinker.h108 void ___cfi_fail(uint64_t CallSiteTypeId, void* Ptr, void *DiagData, void *Ret);
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp793 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
794 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
795 return Ret; in createIdentifiedStructType()
799 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
800 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
801 return Ret; in createIdentifiedStructType()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1068 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
1069 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1070 return Ret; in createIdentifiedStructType()
1074 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
1075 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1076 return Ret; in createIdentifiedStructType()
/aosp12/libnativehelper/include_platform_header_only/nativehelper/detail/
H A Dsignature_checker.h1058 template<template<typename Ret> class Func>
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc876 ___ Ret(); in RemoveFrame()
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1149 case Instruction::Ret: in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1147 case Instruction::Ret: in WriteInstruction()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1180 case Instruction::Ret: in WriteInstruction()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc1270 __ Ret(); in GenerateFrameExit()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
H A Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
H A Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...