OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encParams
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp
156
tagAVCEncParam
encParams
;
157
memset(&
encParams
, 0, sizeof(tagAVCEncParam));
158
encParams
.rate_control = AVC_ON;
159
encParams
.initQP = 0;
160
encParams
.init_CBP_removal_delay = 1600;
162
encParams
.intramb_refresh = 0;
163
encParams
.auto_scd = AVC_ON;
164
encParams
.out_of_band_param_set = AVC_ON;
165
encParams
.poc_type = 2;
166
encParams
.log2_max_poc_lsb_minus_4 = 12
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp
130
tagvideoEncOptions
encParams
;
131
memset(&
encParams
, 0, sizeof(tagvideoEncOptions));
132
if (!PVGetDefaultEncOption(&
encParams
, 0)) {
142
encParams
.encMode = COMBINE_MODE_WITH_ERR_RES;
144
encParams
.encMode = H263_MODE;
146
encParams
.encWidth[0] = width;
147
encParams
.encHeight[0] = height;
148
encParams
.encFrameRate[0] = frameRate;
149
encParams
.rcType = VBR_1;
150
encParams
.vbvDelay = 5.0f
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
212
VideoEncParams *
encParams
;
236
video->
encParams
= (VideoEncParams *)M4VENC_MALLOC(sizeof(VideoEncParams));
237
if (video->
encParams
== NULL)
240
M4VENC_MEMSET(video->
encParams
, 0, sizeof(VideoEncParams));
242
encParams
= video->
encParams
;
243
encParams
->nLayers = encOption->numLayers;
250
if (
encParams
->nLayers != 1)
255
encParams
->LayerMaxMbsPerSec[0] = profile_level_max_mbsPerSec[profile_table_index];
262
if (
encParams
->nLayers < 2
[
all
...]
rate_control.cpp
53
VideoEncParams *
encParams
= video->
encParams
;
55
Int numLayers =
encParams
->nLayers;
56
Int *LayerBitRate =
encParams
->LayerBitRate;
57
float *LayerFrameRate =
encParams
->LayerFrameRate;
65
rc[n]->fine_frame_skip =
encParams
->FineFrameSkip_Enabled;
66
rc[n]->no_frame_skip =
encParams
->NoFrameSkip_Enabled;
67
rc[n]->no_pre_skip =
encParams
->NoPreSkip_Enabled;
71
rc[n]->Bs = video->
encParams
->BufferSize[n];
83
if (video->
encParams
->H263_Enabled
[
all
...]
datapart_encode.cpp
41
VideoEncParams *
encParams
= video->
encParams
;
50
Int num_bits, packet_size =
encParams
->ResyncPacketsize;
217
VideoEncParams *
encParams
= video->
encParams
;
229
Int packet_size =
encParams
->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17);
findhalfpel.cpp
76
Int h263_mode = video->
encParams
->H263_Enabled; /* 3/29/01 */
78
Int range = video->
encParams
->SearchRange;
199
Int range = video->
encParams
->SearchRange;
combined_encode.cpp
42
VideoEncParams *
encParams
= video->
encParams
;
51
Int num_bits, packet_size =
encParams
->ResyncPacketsize;
52
Int GOB_Header_Interval =
encParams
->GOB_Header_Interval;
62
//MP4RateControlType rc_type =
encParams
->RC_Type;
269
VideoEncParams *
encParams
= video->
encParams
;
273
// rateControl *rc =
encParams
->rc[video->currLayer];
282
Int packet_size =
encParams
->ResyncPacketsize - 1;
motion_est.cpp
138
UChar use_4mv = video->
encParams
->MV8x8_Enabled;
150
Int FS_en = video->
encParams
->FullSearch_Enabled;
213
if (video->prevBaseVop->padded == 0 && !video->
encParams
->H263_Enabled)
222
//if(video->
encParams
->RC_Type == CBR_1 || video->
encParams
->RC_Type == CBR_2)
223
if (video->currLayer == 0 && video->
encParams
->Refresh)
225
RasterIntraUpdate(intraArray, Mode, totalMB, video->
encParams
->Refresh);
236
if ((video->
encParams
->SceneChange_Det == 1) /*&& video->currLayer==0 */
237
&& ((video->
encParams
->LayerFrameRate[0] < 5.0) || (video->numVopsInGOP > MIN_GOP)))
340
if (video->
encParams
->HalfPel_Enabled
[
all
...]
mp4lib_int.h
429
VideoEncParams *
encParams
;
vlc_encode.cpp
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java
753
ASN1Encodable
encParams
= alg.getEncryptionScheme().getParameters();
754
if (
encParams
instanceof ASN1OctetString)
756
cipher.init(mode, key, new IvParameterSpec(ASN1OctetString.getInstance(
encParams
).getOctets()));
762
// GOST28147Parameters gParams = GOST28147Parameters.getInstance(
encParams
);
[
all
...]
/libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 239 milliseconds