Searched refs:packed_pic_buffer (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderAVC.cpp | 1217 unsigned char *packed_pic_buffer = NULL; in renderPackedPictureParams() local 1225 length_in_bits = build_packed_pic_buffer(&packed_pic_buffer, avcPicParams); in renderPackedPictureParams() 1237 (length_in_bits + 7) / 8, 1, packed_pic_buffer, in renderPackedPictureParams() 1250 free(packed_pic_buffer); in renderPackedPictureParams()
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2enc.c | 1115 unsigned char *packed_seq_buffer = NULL, *packed_pic_buffer = NULL; in begin_picture() local 1155 length_in_bits = build_packed_pic_buffer(&ctx->seq_param, &ctx->pic_param, &packed_pic_buffer); in begin_picture() 1170 (length_in_bits + 7) / 8, 1, packed_pic_buffer, in begin_picture() 1174 free(packed_pic_buffer); in begin_picture()
|
D | avcenc.c | 525 unsigned char *packed_seq_buffer = NULL, *packed_pic_buffer = NULL; in begin_picture() local 547 length_in_bits = build_packed_pic_buffer(&packed_pic_buffer); in begin_picture() 563 (length_in_bits + 7) / 8, 1, packed_pic_buffer, in begin_picture() 568 free(packed_pic_buffer); in begin_picture()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2277 unsigned char *packed_seq_buffer = NULL, *packed_pic_buffer = NULL; in begin_picture() local 2299 length_in_bits = build_packed_pic_buffer(&packed_pic_buffer); in begin_picture() 2315 (length_in_bits + 7) / 8, 1, packed_pic_buffer, in begin_picture() 2320 free(packed_pic_buffer); in begin_picture()
|