HomeSort by relevance Sort by last modified time
    Searched refs:cret (Results 1 - 8 of 8) 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/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;
  /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...]
  /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 4602 int cret = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4859 int cret = 0; local
    [all...]

Completed in 2651 milliseconds