HomeSort by relevance Sort by last modified time
    Searched defs:inst_idx (Results 1 - 8 of 8) 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
183 inst_idx = get_free_inst_idx(p_core_comp);
184 if (inst_idx < 0) {
230 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
234 (int)p_core_comp->handle[inst_idx], inst_idx,
269 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
306 int comp_idx, inst_idx; local
316 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
331 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
203 inst_idx = get_free_inst_idx(p_core_comp);
204 if (inst_idx < 0) {
250 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
254 p_core_comp->handle[inst_idx], inst_idx,
289 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
326 int comp_idx, inst_idx; local
338 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
354 p_core_comp->handle[inst_idx] = NULL
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 180 int comp_idx = 0, inst_idx = 0; local
205 inst_idx = get_free_inst_idx(p_core_comp);
206 if (inst_idx < 0) {
252 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
256 p_core_comp->handle[inst_idx], inst_idx,
291 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
328 int comp_idx, inst_idx; local
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
356 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 168 milliseconds