HomeSort by relevance Sort by last modified time
    Searched refs:cret (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 157 int cret = 0; local
163 cret = c2dcc->getBuffReq(port,&bufferreq);
164 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
165 ret = (cret)?false:true;
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req); local
180 DEBUG_PRINT_LOW("Status of getBuffReq is %d", cret);
181 if (!cret && (req.bpp.denominator > 0)) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 157 int cret = 0; local
163 cret = c2dcc->getBuffReq(port,&bufferreq);
164 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
165 ret = (cret)?false:true;
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req); local
180 DEBUG_PRINT_LOW("Status of getBuffReq is %d", cret);
181 if (!cret && (req.bpp.denominator > 0)) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 157 int cret = 0; local
163 cret = c2dcc->getBuffReq(port,&bufferreq);
164 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
165 ret = (cret)?false:true;
179 int cret = c2dcc->getBuffReq(C2D_OUTPUT, &req); local
180 DEBUG_PRINT_LOW("Status of getBuffReq is %d", cret);
181 if (!cret && (req.bpp.denominator > 0)) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 143 int cret = 0; local
148 cret = c2dcc->getBuffReq(port,&bufferreq);
149 DEBUG_PRINT_LOW("\n Status of getbuffer is %d", cret);
150 ret = (cret)?false:true;
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 556 auto const& cret = ret; local
557 static_assert(!noexcept(cret()), "call should not be noexcept");
568 auto const& cret = ret; local
569 static_assert(noexcept(cret()), "call should be noexcept");
576 auto const& cret = ret; local
577 static_assert(noexcept(cret()), "call should not be noexcept");
584 auto const& cret = ret; local
585 static_assert(!noexcept(cret()), "call should not be noexcept");
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1225 int cret; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1225 int cret; local
    [all...]
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 263 auto& cret = std::__invoke_constexpr(get_fn, r); local
265 assert(&cret == &x);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 263 auto& cret = std::__invoke_constexpr(get_fn, r); local
265 assert(&cret == &x);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 4523 int cret = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4634 int cret = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4969 int cret = 0; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 5093 int cret = 0; local
    [all...]

Completed in 568 milliseconds