HomeSort by relevance Sort by last modified time
    Searched refs:PV_OFF (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp 153 encParams.rvlcEnable = PV_OFF;
162 encParams.noFrameSkipped = PV_OFF;
174 encParams.mv8x8Enable = PV_OFF;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 133 mEncParams->rvlcEnable = PV_OFF;
142 mEncParams->noFrameSkipped = PV_OFF;
170 mEncParams->mv8x8Enable = PV_OFF;
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 177 mEncParams->rvlcEnable = PV_OFF;
186 mEncParams->noFrameSkipped = PV_OFF;
220 mEncParams->mv8x8Enable = PV_OFF;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 71 PV_OFF,
142 /** @brief Enables reversible variable length code (RVLC) mode. Normally it is set to PV_OFF.*/
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 167 SIMPLE_PROFILE_LEVEL0, PV_OFF, 0, 1, 1000, 33, {144, 144}, {176, 176}, {15, 30}, {64000, 128000},
168 {10, 10}, {12, 12}, {0, 0}, CBR_1, 0.0, PV_OFF, -1, 0, PV_OFF, 16, PV_OFF, 0, PV_ON
597 video->encParams->FineFrameSkip_Enabled = PV_OFF;
    [all...]

Completed in 105 milliseconds