Searched refs:cret (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp157 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/
H A Dvidc_color_converter.cpp157 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/
H A Dvidc_color_converter.cpp143 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;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4523 int cret = 0; local
4528 cret = c2dcc->getBuffReq(port,&bufferreq);
4529 DEBUG_PRINT_LOW("\n Status of getbuffer is %d", cret);
4530 ret = (cret)?false:true;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4602 int cret = 0; local
4608 cret = c2dcc->getBuffReq(port,&bufferreq);
4610 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
4611 ret = (cret)?false:true;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4859 int cret = 0; local
4865 cret = c2dcc->getBuffReq(port,&bufferreq);
4867 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
4868 ret = (cret)?false:true;

Completed in 311 milliseconds