OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FrameQp_B
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
200
int
FrameQp_B
; // [IN] The quantization parameter of the B frame
243
int
FrameQp_B
; // [IN] The quantization parameter of the B 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)) {
198
if (mpeg4_arg->
FrameQp_B
)
199
EncArg.args.enc_init_mpeg4.in_frame_B_qp = mpeg4_arg->
FrameQp_B
;
322
if (h264_arg->
FrameQp_B
)
323
EncArg.args.enc_init_h264.in_frame_B_qp = h264_arg->
FrameQp_B
;
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c
150
SEC_OSAL_Log(SEC_LOG_TRACE, "
FrameQp_B
: %d\n", mpeg4Param.
FrameQp_B
);
211
pMpeg4Param->
FrameQp_B
= 20;
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c
216
pH264Arg->
FrameQp_B
= 20;
[
all
...]
Completed in 29 milliseconds