HomeSort by relevance Sort by last modified time
    Searched refs:inst_idx (Results 1 - 9 of 9) 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...]
  /device/lge/hammerhead/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 ALOGD("%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...]
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 179 int comp_idx = 0, inst_idx = 0; local
204 inst_idx = get_free_inst_idx(p_core_comp);
205 if (inst_idx < 0) {
251 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
255 p_core_comp->handle[inst_idx], inst_idx,
290 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
327 int comp_idx, inst_idx; local
339 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
355 p_core_comp->handle[inst_idx] = NULL
    [all...]
  /external/lldb/examples/python/
symbolication.py 475 for inst_idx, inst in enumerate(instructions):
478 pc_index = inst_idx
501 end_idx = inst_idx
504 if end_idx > inst_idx:
505 end_idx = inst_idx
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 697 extern void bta_hl_cch_sm_execute(UINT8 inst_idx, UINT8 mcl_idx,
699 extern void bta_hl_dch_sm_execute(UINT8 inst_idx, UINT8 mcl_idx, UINT8 mdl_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/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 316 milliseconds