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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 138 video->currFS = NULL;
554 AVCFrameStore *currFS = video->currFS;
561 recon->YCbCr[0] = currFS->frame.Sl;
562 recon->YCbCr[1] = currFS->frame.Scb;
563 recon->YCbCr[2] = currFS->frame.Scr;
564 recon->height = currFS->frame.height;
565 recon->pitch = currFS->frame.pitch;
566 recon->disp_order = currFS->PicOrderCnt;
567 recon->coding_order = currFS->FrameNum
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 670 AVCFrameStore *currFS; /* pointer to current frame store */
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1318 milliseconds