Searched defs:hh (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h359 register int32 hh = (int32)k7; local
386 "r"(hh));
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp436 int32_t hh = streamConfigs.data.i32[i + 2]; local
438 if (w * h > ww * hh) {
440 h = hh;
451 int32_t hh = availableProcessedSizes.data.i32[i + 1]; local
452 if (w * h > ww * hh) {
454 h = hh;

Completed in 278 milliseconds