Home | Sort by relevance Sort by last modified time |
/hardware/qcom/msm8x74/kernel-headers/media/ | |
msm_vidc.h | 57 unsigned int aspect_height; member in struct:msm_vidc_aspect_ratio_payload |
/hardware/qcom/msm8x74/original-kernel-headers/media/ | |
msm_vidc.h | 81 unsigned int aspect_height; member in struct:msm_vidc_aspect_ratio_payload |
/hardware/qcom/msm8x84/kernel-headers/media/ | |
msm_vidc.h | 59 unsigned int aspect_height; member in struct:msm_vidc_aspect_ratio_payload |
/hardware/qcom/msm8x84/original-kernel-headers/media/ | |
msm_vidc.h | 35 unsigned int aspect_height; member in struct:msm_vidc_aspect_ratio_payload |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ | |
webrtcvideoengine2.cc | 123 int aspect_height, 128 assert(aspect_height > 0); 150 if (abs(format.width * aspect_height * best_format.height - 152 abs(best_format.width * aspect_height * format.height - 442 int aspect_height = max_height; local 445 aspect_height = current.height; 448 max_width, max_height, aspect_width, aspect_height, &format)) { [all...] |