OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameQp_P
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
187
int
FrameQp_P
; // [IN] The quantization parameter of the P frame
230
int
FrameQp_P
; // [IN] The quantization parameter of the P frame
262
int
FrameQp_P
; // [IN] The quantization parameter of the P frame
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c
189
if ((mpeg4_arg->FrameQp > 51) || (mpeg4_arg->
FrameQp_P
) > 51 || (mpeg4_arg->FrameQp_B > 51)) {
194
if (mpeg4_arg->
FrameQp_P
)
195
EncArg.args.enc_init_mpeg4.in_frame_P_qp = mpeg4_arg->
FrameQp_P
;
244
if (h263_arg->
FrameQp_P
)
245
EncArg.args.enc_init_mpeg4.in_frame_P_qp = h263_arg->
FrameQp_P
;
318
if (h264_arg->
FrameQp_P
)
319
EncArg.args.enc_init_h264.in_frame_P_qp = h264_arg->
FrameQp_P
;
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c
138
SEC_OSAL_Log(SEC_LOG_TRACE, "
FrameQp_P
: %d\n", mpeg4Param.
FrameQp_P
);
168
SEC_OSAL_Log(SEC_LOG_TRACE, "
FrameQp_P
: %d\n", h263Param.
FrameQp_P
);
200
pMpeg4Param->
FrameQp_P
= 20;
284
pH263Param->
FrameQp_P
= 20;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c
205
pH264Arg->
FrameQp_P
= 20;
[
all
...]
Completed in 2021 milliseconds