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

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 161 int comp_idx = 0, inst_idx = 0; local
184 inst_idx = get_free_inst_idx(p_core_comp);
185 if (inst_idx < 0) {
231 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
235 (int)p_core_comp->handle[inst_idx], inst_idx,
270 ALOGE("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
307 int comp_idx, inst_idx; local
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
332 p_core_comp->handle[inst_idx] = NULL
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 161 int comp_idx = 0, inst_idx = 0; local
184 inst_idx = get_free_inst_idx(p_core_comp);
185 if (inst_idx < 0) {
231 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
235 (int)p_core_comp->handle[inst_idx], inst_idx,
270 ALOGE("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
307 int comp_idx, inst_idx; local
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
332 p_core_comp->handle[inst_idx] = NULL
    [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/msm8x74/kernel-headers/media/
msm_camera.h 279 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 404 unsigned short inst_idx; member in struct:msm_cam_evt_divert_frame
    [all...]

Completed in 269 milliseconds