Buffer used for Gstreamer output

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Buffer used for Gstreamer output

2,601 次查看
Jack-Cha
Contributor V

Hi NXP

Please let me know which physical buffer is used in hardware when you output the display to the pipeline through the gstreamer.

A customer asked what buffers are physically used on the Gstremer pipeline when the camera is being inputted in BT656 format and output to LVDS Dual Display. Can you explain whether the physical device used as a buffer is DRAM, DMA, mmap, etc., including Data Path?

 

Thanks.

Regards, 

Arrow

0 项奖励
回复
6 回复数

2,578 次查看
Jack-Cha
Contributor V

Hi. 

i.MX 8 QuadXPlus (auto grade) is used for my customer's platform. 

Thanks.

 

0 项奖励
回复

2,557 次查看
joanxie
NXP TechSupport
NXP TechSupport
0 项奖励
回复

2,551 次查看
Jack-Cha
Contributor V

Hi Joanxie

Thanks for your kind reply.

Can you tell me how that reserved memory works in conjunction with Gstremaer?

We don't know which memory areas were engaged with GStremaer?

 

reserved-memory {
 #address-cells = <2>;
 #size-cells = <2>;
 ranges;
  
 gpu_reserved: gpu_reserved@880000000 {
 no-map;
 reg = <0x8 0x80000000 0 0x10000000>;
 };
  
 decoder_boot: decoder-boot@84000000 {
 reg = <0 0x84000000 0 0x2000000>;
 no-map;
 };
  
 encoder_boot: encoder-boot@86000000 {
 reg = <0 0x86000000 0 0x200000>;
 no-map;
 };
  
 decoder_rpc: decoder-rpc@92000000 {
 reg = <0 0x92000000 0 0x100000>;
 no-map;
 };
  
 dsp_reserved: dsp@92400000 {
 reg = <0 0x92400000 0 0x1000000>;
 no-map;
 };
 dsp_reserved_heap: dsp_reserved_heap {
 reg = <0 0x93400000 0 0xef0000>;
 no-map;
 };
 dsp_vdev0vring0: vdev0vring0@942f0000 {
 reg = <0 0x942f0000 0 0x8000>;
 no-map;
 };
  
 dsp_vdev0vring1: vdev0vring1@942f8000 {
 reg = <0 0x942f8000 0 0x8000>;
 no-map;
 };
  
 dsp_vdev0buffer: vdev0buffer@94300000 {
 compatible = "shared-dma-pool";
 reg = <0 0x94300000 0 0x100000>;
 no-map;
 };
  
 encoder_rpc: encoder-rpc@94400000 {
 reg = <0 0x94400000 0 0x700000>;
 no-map;
 };
 /* global autoconfigured region for contiguous allocations */
 linux,cma {
 compatible = "shared-dma-pool";
 reusable;
 size = <0 0x3c000000>;
 alloc-ranges = <0 0xc0000000 0 0x3c000000>;
 linux,cma-default;
 };
 

};

 

标记 (1)
0 项奖励
回复

2,464 次查看
joanxie
NXP TechSupport
NXP TechSupport

gstreamer is just a framework, depends on what you need, you can add vpu or gpu plugin in the gstreamer, then you can find related gpu or vpu(encoder/decoder) from the memory map

0 项奖励
回复

2,531 次查看
Jack-Cha
Contributor V

Hi

Customer need to write project report for this. Hence they would like to understand IMX8X' internal data path when using Gstreamer for dual lvds display output in addition to MIPI Camera Input,

It would be appreciate if you are able to provide us with more details about data path regarding Gstreamer Test Use case.

 

Thanks.

Regards, 

Jack

0 项奖励
回复

2,589 次查看
joanxie
NXP TechSupport
NXP TechSupport

what processor are you talking about?

0 项奖励
回复