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

  /frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp 316 AVCFrameIO recon; local
317 if (PVAVCEncGetRecon(&handle, &recon) == AVCENC_SUCCESS) {
318 PVAVCEncReleaseRecon(&handle, &recon);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 660 AVCFrameIO recon; local
661 if (PVAVCEncGetRecon(mHandle, &recon) == AVCENC_SUCCESS) {
662 PVAVCEncReleaseRecon(mHandle, &recon);
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 118 RankingReconsideration recon = extractor.process(r); local
119 if (recon != null) {
120 mRankingHandler.requestReconsideration(recon);
NotificationManagerService.java     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 2493 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
5276 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2569 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
5643 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 4441 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 3254 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
    [all...]

Completed in 1449 milliseconds