Searched refs:req_type (Results 1 – 4 of 4) sorted by relevance
446 mm_camera_req_buf_type_t req_type; member
249 ch_obj->req_type = cmd_cb->u.req_buf.type; in mm_channel_process_stream_buf()255 ch_obj->req_type, cmd_cb->u.req_buf.primary_only); in mm_channel_process_stream_buf()447 if (ch_obj->req_type == MM_CAMERA_REQ_FRAME_SYNC_BUF) { in mm_channel_process_stream_buf()
6752 PyObject *req_type[3]; in PyAST_obj2mod() local6756 req_type[0] = (PyObject*)Module_type; in PyAST_obj2mod()6757 req_type[1] = (PyObject*)Expression_type; in PyAST_obj2mod()6758 req_type[2] = (PyObject*)Interactive_type; in PyAST_obj2mod()6768 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()
6735 PyObject *req_type[] = {(PyObject*)Module_type, (PyObject*)Expression_type, in PyAST_obj2mod() local6743 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()