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

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 462 OMX_INDEXTYPE indextype; local
469 QOMX_IMAGE_EXT_ENCODING_MODE_NAME, &indextype);
482 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
507 OMX_INDEXTYPE indextype; local
514 QOMX_IMAGE_EXT_JPEG_SPEED_NAME, &indextype);
526 rc = OMX_SetParameter(p_session->omx_handle, indextype, &jpeg_speed);
553 OMX_INDEXTYPE indextype; local
562 QOMX_IMAGE_EXT_MEM_OPS_NAME, &indextype);
568 rc = OMX_SetParameter(p_session->omx_handle, indextype, &mem_ops);
593 OMX_INDEXTYPE indexType;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 598 OMX_INDEXTYPE indextype; local
605 QOMX_IMAGE_EXT_ENCODING_MODE_NAME, &indextype);
616 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 614 OMX_INDEXTYPE indextype; local
621 QOMX_IMAGE_EXT_ENCODING_MODE_NAME, &indextype);
632 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
    [all...]

Completed in 324 milliseconds