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

  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.c 186 int comp_idx = 0, inst_idx = 0; local
211 inst_idx = get_free_inst_idx(p_core_comp);
212 if (inst_idx < 0) {
258 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
262 p_core_comp->handle[inst_idx], inst_idx,
297 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
334 int comp_idx, inst_idx; local
346 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
362 p_core_comp->handle[inst_idx] = NULL
    [all...]
  /hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
qomx_core.c 186 int comp_idx = 0, inst_idx = 0; local
211 inst_idx = get_free_inst_idx(p_core_comp);
212 if (inst_idx < 0) {
258 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
262 p_core_comp->handle[inst_idx], inst_idx,
297 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
334 int comp_idx, inst_idx; local
346 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
362 p_core_comp->handle[inst_idx] = NULL
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 110 int inst_idx; /* Instruction id that label points to */ member in struct:etna_compile_label
538 int inst_idx = 0; local
585 reg_desc->first_use = inst_idx;
587 reg_desc->last_use = inst_idx;
596 reg_desc->first_use = inst_idx;
598 reg_desc->last_use = inst_idx;
605 inst_idx += 1;
660 int inst_idx = 0; local
697 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use == inst_idx) {
703 c->dead_inst[inst_idx] = true
1809 int inst_idx = 0; local
    [all...]
  /system/bt/bta/hl/
bta_hl_int.h 665 extern void bta_hl_cch_sm_execute(uint8_t inst_idx, uint8_t mcl_idx,
667 extern void bta_hl_dch_sm_execute(uint8_t inst_idx, uint8_t mcl_idx,
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 277 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 354 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 269 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 393 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 269 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 393 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]

Completed in 155 milliseconds