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

  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ColorChecker.cpp 29 AndroidBitmapInfo inputInfo;
30 AndroidBitmap_getInfo(env, inputBitmap, &inputInfo);
31 if (inputInfo.format != ANDROID_BITMAP_FORMAT_RGBA_8888 &&
32 inputInfo.format != ANDROID_BITMAP_FORMAT_RGB_565) {
33 LOGE("Only RGBA_8888 and RGB_565 bitmaps are supported, was given type %d.", inputInfo.format);
67 switch (inputInfo.format) {
70 inputBufferRGBA = new uint8_t[inputInfo.width *
71 inputInfo.height *
73 inputStride = inputInfo.width * 4;
75 for (int y = 0; y < inputInfo.height; y++ )
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.h 48 SSBSIP_MFC_ENC_INPUT_INFO inputInfo;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.h 46 SSBSIP_MFC_ENC_INPUT_INFO inputInfo;

Completed in 18 milliseconds