HomeSort by relevance Sort by last modified time
    Searched refs:cm (Results 176 - 200 of 549) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
addrspace.h 85 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | (_CONST64_(cm) << 59) | (a))
  /external/aac/libAACenc/src/
aacenc.cpp 419 CHANNEL_MAPPING *cm = NULL; local
548 cm = &hAacEnc->channelMapping;
556 cm,
571 cm);
577 cm,
590 ErrorStatus = FDKaacEnc_QCOutInit(hAacEnc->qcOut, hAacEnc->maxFrames, cm);
601 qcInit.bitRes = MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff;
602 qcInit.maxBits = MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff;
612 maxBitres = (MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff) - qcInit.averageBits;
615 qcInit.maxBits = fixMin(MIN_BUFSIZE_PER_EFF_CHAN*cm->nChannelsEff, ((averageBitsPerFrame+7)&~7)+qcInit.bitRes)
723 CHANNEL_MAPPING *cm = &hAacEnc->channelMapping; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_vert_dspr2.c 28 uint8_t *cm = vpx_ff_cropTbl; local
133 "lbux %[store1], %[Temp1](%[cm]) \n\t"
138 "lbux %[store2], %[Temp2](%[cm]) \n\t"
146 "lbux %[store1], %[Temp1](%[cm]) \n\t"
147 "lbux %[store2], %[Temp2](%[cm]) \n\t"
161 [cm] "r"(cm), [dst_ptr] "r"(dst_ptr));
176 uint8_t *cm = vpx_ff_cropTbl; local
282 "lbux %[store1], %[Temp1](%[cm]) \n\t"
287 "lbux %[store2], %[Temp2](%[cm]) \n\t
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_with.py 354 cm = mock_contextmanager_generator()
356 with cm as self.resource:
357 self.assertInWithManagerInvariants(cm)
361 self.assertAfterWithManagerInvariantsWithError(cm)
365 cm = mock_contextmanager_generator()
367 with cm as self.resource:
372 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
451 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
455 with cm():
462 class cm(object): class in function:ExceptionalTestCase.testRaisedStopIteration2
478 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
490 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
501 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
517 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 236 VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
237 BufferPool *const pool = cm->buffer_pool;
239 cm->new_fb_idx = INVALID_IDX;
240 cm->byte_alignment = ctx->byte_alignment;
241 cm->skip_loop_filter = ctx->skip_loop_filter;
252 vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,
514 VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
515 RefCntBuffer *const frame_bufs = cm->buffer_pool->frame_bufs;
516 ctx->frame_cache[ctx->frame_cache_write].fb_idx = cm->new_fb_idx;
520 frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv
704 VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
905 const VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
932 const VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
953 const VP9_COMMON *const cm = &frame_worker_data->pbi->common; local
    [all...]
  /external/python/cpython2/Lib/test/
test_with.py 352 cm = mock_contextmanager_generator()
354 with cm as self.resource:
355 self.assertInWithManagerInvariants(cm)
359 self.assertAfterWithManagerInvariantsWithError(cm)
363 cm = mock_contextmanager_generator()
365 with cm as self.resource:
370 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
449 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
453 with cm():
460 class cm(object) class in function:ExceptionalTestCase.testRaisedStopIteration2
476 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
488 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
499 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
515 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 354 cm = mock_contextmanager_generator()
356 with cm as self.resource:
357 self.assertInWithManagerInvariants(cm)
361 self.assertAfterWithManagerInvariantsWithError(cm)
365 cm = mock_contextmanager_generator()
367 with cm as self.resource:
372 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
451 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
455 with cm():
462 class cm(object) class in function:ExceptionalTestCase.testRaisedStopIteration2
478 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
490 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
501 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
517 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 354 cm = mock_contextmanager_generator()
356 with cm as self.resource:
357 self.assertInWithManagerInvariants(cm)
361 self.assertAfterWithManagerInvariantsWithError(cm)
365 cm = mock_contextmanager_generator()
367 with cm as self.resource:
372 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
451 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
455 with cm():
462 class cm(object) class in function:ExceptionalTestCase.testRaisedStopIteration2
478 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
490 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
501 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
517 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 354 cm = mock_contextmanager_generator()
356 with cm as self.resource:
357 self.assertInWithManagerInvariants(cm)
361 self.assertAfterWithManagerInvariantsWithError(cm)
365 cm = mock_contextmanager_generator()
367 with cm as self.resource:
372 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
451 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
455 with cm():
462 class cm(object) class in function:ExceptionalTestCase.testRaisedStopIteration2
478 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
490 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
501 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
517 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 354 cm = mock_contextmanager_generator()
356 with cm as self.resource:
357 self.assertInWithManagerInvariants(cm)
361 self.assertAfterWithManagerInvariantsWithError(cm)
365 cm = mock_contextmanager_generator()
367 with cm as self.resource:
372 self.assertAfterWithManagerInvariantsWithError(cm, ZeroDivisionError)
451 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration1
455 with cm():
462 class cm(object) class in function:ExceptionalTestCase.testRaisedStopIteration2
478 def cm(): function in function:ExceptionalTestCase.testRaisedStopIteration3
490 def cm(): function in function:ExceptionalTestCase.testRaisedGeneratorExit1
501 class cm (object): class in function:ExceptionalTestCase.testRaisedGeneratorExit2
517 class cm(object): class in function:ExceptionalTestCase.testErrorsInBool
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 182 sp<CameraManagerGlobal> cm = mCameraManager.promote(); local
183 if (cm != nullptr) {
184 AutoMutex lock(cm->mLock);
185 for (auto& pair : cm->mDeviceStatusMap) {
187 cm->onStatusChangedLocked(
190 cm->mCameraService.clear();
299 sp<CameraManagerGlobal> cm = mCameraManager.promote(); local
300 if (cm != nullptr) {
301 cm->onStatusChanged(status, String8(cameraId));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 145 ColorMatrix cm = new ColorMatrix(); local
148 cm.setRGB2YUV();
150 cm.postConcat(tmp);
152 cm.postConcat(tmp);
154 final float[] a = cm.getArray();
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 162 ColorMatrix cm = new ColorMatrix(); local
165 cm.setRGB2YUV();
167 cm.postConcat(tmp);
169 cm.postConcat(tmp);
171 final float[] a = cm.getArray();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 186 * cm is NULL this call is identical to pa_cvolume_avg(). If no
189 pa_volume_t pa_cvolume_avg_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
196 * cm is NULL this call is identical to pa_cvolume_max(). If no
199 pa_volume_t pa_cvolume_max_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
206 * cm is NULL this call is identical to pa_cvolume_min(). If no
209 pa_volume_t pa_cvolume_min_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
284 int pa_cvolume_compatible_with_channel_map(const pa_cvolume *v, const pa_channel_map *cm) PA_GCC_PURE;
328 * of all channels selected via cm/mask equals max. This also modifies
331 pa_cvolume* pa_cvolume_scale_mask(pa_cvolume *v, pa_volume_t max, pa_channel_map *cm, pa_channel_position_mask_t mask);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
volume.h 202 * cm is NULL this call is identical to pa_cvolume_avg(). If no
205 pa_volume_t pa_cvolume_avg_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
212 * cm is NULL this call is identical to pa_cvolume_max(). If no
215 pa_volume_t pa_cvolume_max_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
222 * cm is NULL this call is identical to pa_cvolume_min(). If no
225 pa_volume_t pa_cvolume_min_mask(const pa_cvolume *a, const pa_channel_map *cm, pa_channel_position_mask_t mask) PA_GCC_PURE;
301 int pa_cvolume_compatible_with_channel_map(const pa_cvolume *v, const pa_channel_map *cm) PA_GCC_PURE;
345 * of all channels selected via cm/mask equals max. This also modifies
348 pa_cvolume* pa_cvolume_scale_mask(pa_cvolume *v, pa_volume_t max, pa_channel_map *cm, pa_channel_position_mask_t mask);

Completed in 3513 milliseconds

1 2 3 4 5 6 78 91011>>